public class NullPointerException extends RuntimeException
Constructor and Description |
---|
NullPointerException()
Constructs a NullPointerException with no detail message.
|
NullPointerException(String s)
Constructs a NullPointerException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public NullPointerException()
public NullPointerException(String s)