|
DthingApi
|
Public Member Functions | |
| RuntimeException () | |
| RuntimeException (String detailMessage) | |
Public Member Functions inherited from java.lang.Exception | |
| Exception () | |
| Exception (String detailMessage) | |
Public Member Functions inherited from java.lang.Throwable | |
| Throwable () | |
| Throwable (String detailMessage) | |
| String | getMessage () |
| String | getLocalizedMessage () |
| void | printStackTrace () |
| String | toString () |
is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM. Unlike checked exceptions (exceptions where the type doesn't extend
or Error), the compiler does not require code to handle runtime exceptions.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
| detailMessage | the detail message for this exception. |
1.8.13