DthingApi
|
Public Member Functions | |
NullPointerException () | |
NullPointerException (String detailMessage) | |
![]() | |
RuntimeException () | |
RuntimeException (String detailMessage) | |
![]() | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
Thrown when a program tries to access a field or method of an object or an element of an array when there is no instance or array to use, that is if the object or array points to
. It also occurs in some other, less obvious circumstances, like a
statement where the Throwable reference is
.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |