Closed mitsdesai73 closed 7 years ago
After adding this user will be able to catch possible null pointer exception as mentioned in #276.
NullPointerException is no so called checked exception. It is not meant to be added in the 'throws' - clause.
After adding this user will be able to catch possible null pointer exception as mentioned in #276.