Uses of Class
java.lang.IndexOutOfBoundsException
| Package | Description |
|---|---|
| java.lang |
-
Uses of IndexOutOfBoundsException in java.lang
Subclasses of IndexOutOfBoundsException in java.lang Modifier and Type Class Description classArrayIndexOutOfBoundsExceptionThrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.classStringIndexOutOfBoundsExceptionThrown when the a string is indexed with a value less than zero, or greater than or equal to the size of the array.