DthingApi
|
Public Member Functions | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
is the superclass of all classes that represent recoverable exceptions. When exceptions are thrown, they may be caught by application code.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |