IndexOutOfBoundsException | java.lang |
Java 1.0 | serializable unchecked |
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);
}
Subclasses
ArrayIndexOutOfBoundsException,
StringIndexOutOfBoundsException
|