Packages This Package Prev Next Index
public class java.lang.ArrayIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException (I-§1.35) { // Constructors public ArrayIndexOutOfBoundsException(); §1.25.1 public ArrayIndexOutOfBoundsException(int index); §1.25.2 public ArrayIndexOutOfBoundsException(String s); §1.25.3Thrown to indicate that an array has been accessed with an illegal index. The index is either negative or greater than or equal to the size of the array.
}
public ArrayIndexOutOfBoundsException()
public ArrayIndexOutOfBoundsException(int index)
index
-
the illegal index
public ArrayIndexOutOfBoundsException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)