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