public class StringIndexOutOfBoundsException extends IndexOutOfBoundsException
Constructor and Description |
---|
StringIndexOutOfBoundsException()
StringIndexOutOfBoundsException
|
StringIndexOutOfBoundsException(int i) |
StringIndexOutOfBoundsException(String s) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StringIndexOutOfBoundsException()
public StringIndexOutOfBoundsException(int i)
i
- ?public StringIndexOutOfBoundsException(String s)
s
- ?