public class StringIndexOutOfBoundsException extends IndexOutOfBoundsException
Constructor and Description |
---|
StringIndexOutOfBoundsException()
Constructs a StringIndexOutOfBoundsException with no detail message.
|
StringIndexOutOfBoundsException(int index)
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
|
StringIndexOutOfBoundsException(String s)
Constructs a StringIndexOutOfBoundsException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public StringIndexOutOfBoundsException()
public StringIndexOutOfBoundsException(int index)
public StringIndexOutOfBoundsException(String s)