NullPointerException.NullPointerException
Class Overview | Class Members |
This Package |
All Packages
public NullPointerException()
Description
Constructs a NullPointerException with no detail message.
public NullPointerException( String s )
Parameters
- s
- the detail message.
Description
Constructs a NullPointerException with the specified
detail message.