Class java.lang.IndexOutOfBoundsException (1.0)


public class IndexOutOfBoundsException extends RuntimeException {
  // Public Constructors
    public IndexOutOfBoundsException( );
    public IndexOutOfBoundsException(String s);
}