NullPointerException (Java SE 25 & JDK 25)
- All Implemented Interfaces:
Serializable
-
Constructor Summary
Constructors
Constructs a
NullPointerExceptionwith no detail message.Constructs a
NullPointerExceptionwith the specified detail message. -
Method Summary
Returns the detail message string of this throwable.
Methods declared in class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullPointerException
-
NullPointerException
-
-
Method Details
-
getMessage
-