Constructors
Name | Description |
---|---|
ArrayIndexOutOfBoundsException() | Constructs an ArrayIndexOutOfBoundsException with no detail message. |
ArrayIndexOutOfBoundsException(int) | Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index. |
ArrayIndexOutOfBoundsException(String) | Constructs an ArrayIndexOutOfBoundsException class with the specified detail message. |