IndexOutOfBoundsExceptionNameIndexOutOfBoundsExceptionSynopsis
DescriptionThe appropriate subclass of IndexOutOfBoundsException is thrown when an array or string index is out of bounds. Class Summary
public class java.lang.IndexOutOfBoundsException
extends java.lang.RuntimeException {
// Constructors
public IndexOutOfBoundsException();
public IndexOutOfBoundsException(String s);
}
ConstructorsIndexOutOfBoundsExceptionpublic IndexOutOfBoundsException()
public IndexOutOfBoundsException(String s)
Inherited Methods
See AlsoArrayIndexOutOfBoundsException, Exception, RuntimeException, StringIndexOutOfBoundsException, Throwable |
|