DthingApi
|
Public Member Functions | |
ClassNotFoundException () | |
ClassNotFoundException (String detailMessage) | |
ClassNotFoundException (String detailMessage, Throwable exception) | |
Throwable | getException () |
![]() | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
Thrown when a class loader is unable to find a class.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |
|
inline |
Constructs a new
with the current stack trace, the specified detail message and the exception that occurred when loading the class.
detailMessage | the detail message for this exception. |
exception | the exception which occurred while loading the class. |
|
inline |
Returns the exception which occurred when loading the class.