Name

java.lang.IndexOutOfBoundsException

Synopsis

This exception is identical to its J2SE counterpart. It is thrown when an index has exceeded the bounds placed on it.

public classIndexOutOfBoundsException extends java.lang.RuntimeException {
   // constructors
   public IndexOutOfBoundsException();
   public IndexOutOfBoundsException(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.