Constructors
Name | Description |
---|---|
StringIndexOutOfBoundsException() | Constructs a StringIndexOutOfBoundsException with no detail message. |
StringIndexOutOfBoundsException(int) | Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index. |
StringIndexOutOfBoundsException(String) | Constructs a StringIndexOutOfBoundsException with the specified detail message. |