java.lang
public class StringIndexOutOfBoundsException extends IndexOutOfBoundsException
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
StringIndexOutOfBoundsException()
Create an exception without a message. | |
StringIndexOutOfBoundsException(String s)
Create an exception with a message.
| |
StringIndexOutOfBoundsException(int index)
Create an exception noting the illegal index.
|
Parameters: s the message
Parameters: index the invalid index