March 2005
Beginner to intermediate
1254 pages
104h 21m
English
IndexOutOfBoundsException
Signals
that an index is out of bounds. See the subclasses
ArrayIndexOutOfBoundsException and
StringIndexOutOfBoundsException.
Figure 10-31. java.lang.IndexOutOfBoundsException
public class IndexOutOfBoundsException extends RuntimeException { // Public Constructors public IndexOutOfBoundsException( ); public IndexOutOfBoundsException(String s); }
ArrayIndexOutOfBoundsException,
StringIndexOutOfBoundsException
Read now
Unlock full access