public class StringIndexOutOfBoundsException4D
extends java.lang.IndexOutOfBoundsException
Constructor and Description |
---|
StringIndexOutOfBoundsException4D()
Constructs an empty Exception.
|
StringIndexOutOfBoundsException4D(int index)
Create an exception noting the illegal index.
|
StringIndexOutOfBoundsException4D(java.lang.String msg)
Constructs an exception with the given message.
|
public StringIndexOutOfBoundsException4D()
public StringIndexOutOfBoundsException4D(java.lang.String msg)
public StringIndexOutOfBoundsException4D(int index)
index
- the invalid index