January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.StringIndexOutOfBoundsException
This exception is identical to its J2SE counterpart. It signifies
that an index into a String or
StringBuffer is either negative or too large.
public classStringIndexOutOfBoundsExceptionextends java.lang.IndexOutOfBoundsException { // constructors publicStringIndexOutOfBoundsException(); publicStringIndexOutOfBoundsException(int index); publicStringIndexOutOfBoundsException(String s); }
Read now
Unlock full access