IndexOutOfBoundsException.IndexOutOfBoundsException
Class Overview | Class Members |
This Package |
All Packages
public IndexOutOfBoundsException()
Description
Constructs an IndexOutOfBoundsException with no
detail message.
public IndexOutOfBoundsException( String s )
Parameters
- s
- the detail message.
Description
Constructs an IndexOutOfBoundsException with the
specified detail message.