|
DthingApi
|
Public Member Functions | |
| StringIndexOutOfBoundsException () | |
| StringIndexOutOfBoundsException (int index) | |
| StringIndexOutOfBoundsException (String detailMessage) | |
| StringIndexOutOfBoundsException (String s, int index) | |
| StringIndexOutOfBoundsException (int sourceLength, int index) | |
| StringIndexOutOfBoundsException (String s, int offset, int count) | |
| StringIndexOutOfBoundsException (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 a string 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 index which is out of bounds. |
|
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.
|
inline |
Used internally for consistent high-quality error reporting.
|
inline |
Used internally for consistent high-quality error reporting.
1.8.13