DthingApi
|
Public Member Functions | |
ArrayIndexOutOfBoundsException () | |
ArrayIndexOutOfBoundsException (int index) | |
ArrayIndexOutOfBoundsException (String detailMessage) | |
ArrayIndexOutOfBoundsException (int sourceLength, int index) | |
ArrayIndexOutOfBoundsException (int sourceLength, int offset, int count) | |
![]() | |
IndexOutOfBoundsException () | |
IndexOutOfBoundsException (String detailMessage) | |
![]() | |
RuntimeException () | |
RuntimeException (String detailMessage) | |
![]() | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.
|
inline |
|
inline |
Constructs a new
with the current stack trace and a detail message that is based on the specified invalid
.
index | the invalid index. |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |
|
inline |
Used internally for consistent high-quality error reporting.
|
inline |
Used internally for consistent high-quality error reporting.