|
DthingApi
|
Public Member Functions | |
| 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 a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.
|
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