Today's Question:  What does your personal desk look like?        GIVE A SHOUT

Useful message about NullPointerException

We frequently see NullPointerException in our logs. It's really a big headache when we see a NullPointerException and it is encapsulated in another exception as we don't know which object is null and it is throwing an Exception. Is there any way we can get to know the object type or the object variable name where the object is null and it is throwing a NullPointerException? i.e, instead of just saying there is a NullPointerException, can we add some friendly message? For example, do you expect the error message like below? java.lang.NullPointerException : object with name "str" is null.

0 ANSWER


No answers available. You can post your answer below.

POST ANSWER


Sorry! You need to login first to post answer.

OR

Login with Facebook Login with Twitter


Back to top