ArrayIndexOutOfBoundsException.ArrayIndexOutOfBoundsException
Class Overview | Class Members |
This Package |
All Packages
public ArrayIndexOutOfBoundsException()
Description
Constructs an ArrayIndexOutOfBoundsException with no
detail message.
public ArrayIndexOutOfBoundsException( int index )
Parameters
- index
- the illegal index.
Description
Constructs a new ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
public ArrayIndexOutOfBoundsException( String s )
Parameters
- s
- the detail message.
Description
Constructs an ArrayIndexOutOfBoundsException class
with the specified detail message.