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.
|
public NullPointerException()
public NullPointerException(String s)