DthingApi
|
Public Member Functions | |
NegativeArraySizeException () | |
NegativeArraySizeException (String detailMessage) | |
![]() | |
RuntimeException () | |
RuntimeException (String detailMessage) | |
![]() | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
Thrown when an attempt is made to create an array with a size of less than zero.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |