Package java.lang
Class NullPointerException
NullPointerException()
NullPointerException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor NullPointerException():
Constructs an NullPointerException with no detail message.
constructor NullPointerException(String s):
Constructs an NullPointerException with the specified detail message.