Package java.lang
Class ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException()
ArrayIndexOutOfBoundsException(int index)
ArrayIndexOutOfBoundsException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor ArrayIndexOutOfBoundsException():
Constructs an ArrayIndexOutOfBoundsException with no detail message.
constructor ArrayIndexOutOfBoundsException(int index):
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
constructor ArrayIndexOutOfBoundsException(String s):
Constructs an ArrayIndexOutOfBoundsException with the specified detail message.