Signals that an index is out of bounds. See the subclasses ArrayIndexOutOfBoundsException and StringIndexOutOfBoundsException.
public class IndexOutOfBoundsException extends RuntimeException {
// Public Constructors
public IndexOutOfBoundsException();
public IndexOutOfBoundsException(String s);
}
Object->Throwable(Serializable)->Exception->RuntimeException->IndexOutOfBoundsException
ArrayIndexOutOfBoundsException, StringIndexOutOfBoundsException