public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
Constructor and Description |
---|
ArrayIndexOutOfBoundsException() |
ArrayIndexOutOfBoundsException(int index) |
ArrayIndexOutOfBoundsException(String message) |
ArrayIndexOutOfBoundsException(String message,
Throwable cause) |
ArrayIndexOutOfBoundsException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArrayIndexOutOfBoundsException(String message)
public ArrayIndexOutOfBoundsException(int index)
public ArrayIndexOutOfBoundsException()
public ArrayIndexOutOfBoundsException(Throwable cause)