DthingApi
|
Public Member Functions | |
InstantiationException () | |
InstantiationException (String detailMessage) | |
![]() | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |