java.lang.IndexOutOfBoundsException (JDK 1.0)
Signals that an index is out of bounds. See the subclasses ArrayIndexOutOfBoundsException and StringIndexOutOfBoundsException.
public classIndexOutOfBoundsExceptionextends RuntimeException { //Public ConstructorspublicIndexOutOfBoundsException(); publicIndexOutOfBoundsException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException->IndexOutOfBoundsException
Extended By:
ArrayIndexOutOfBoundsException, StringIndexOutOfBoundsException