| DthingApi
    | 
 
  
 | Public Member Functions | |
| ArrayIndexOutOfBoundsException () | |
| ArrayIndexOutOfBoundsException (int index) | |
| ArrayIndexOutOfBoundsException (String detailMessage) | |
| ArrayIndexOutOfBoundsException (int sourceLength, int index) | |
| ArrayIndexOutOfBoundsException (int sourceLength, int offset, int count) | |
|  Public Member Functions inherited from java.lang.IndexOutOfBoundsException | |
| IndexOutOfBoundsException () | |
| IndexOutOfBoundsException (String detailMessage) | |
|  Public Member Functions inherited from java.lang.RuntimeException | |
| 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 () | 
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.
 1.8.13
 1.8.13