NullPointerException.NullPointerException

NullPointerException.NullPointerException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public NullPointerException()
Description
Constructs a NullPointerException with no detail message.



Syntax 2
public NullPointerException( String s )
Parameters
s
the detail message.
Description
Constructs a NullPointerException with the specified detail message.