Name

java.lang.StringIndexOutOfBoundsException

Synopsis

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 classStringIndexOutOfBoundsException extends
   java.lang.IndexOutOfBoundsException {
   // constructors
   public StringIndexOutOfBoundsException();
   public StringIndexOutOfBoundsException(int index);
   public StringIndexOutOfBoundsException(String s);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.