January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.IndexOutOfBoundsException
This exception is identical to its J2SE counterpart. It is thrown when an index has exceeded the bounds placed on it.
public classIndexOutOfBoundsExceptionextends java.lang.RuntimeException { // constructors publicIndexOutOfBoundsException(); publicIndexOutOfBoundsException(String s); }
Read now
Unlock full access