Class java.lang.StringIndexOutOfRangeException
All Packages    This Package    Previous    Next

Class java.lang.StringIndexOutOfRangeException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.StringIndexOutOfRangeException

public class StringIndexOutOfRangeException
extends Exception
Signals string index out of range.
See Also:
charAt
Version:
1.7, 31 Jan 1995

StringIndexOutOfRangeException()
Constructor.
StringIndexOutOfRangeException(int)
Constructor with a an offending index.

StringIndexOutOfRangeException
  public StringIndexOutOfRangeException()
Constructor.

StringIndexOutOfRangeException

  public StringIndexOutOfRangeException(int index)
Constructor with a an offending index.


All Packages    This Package    Previous    Next