![]() |
|
Contents |
Inherited by ArrayIndexOutOfBoundsException, and StringIndexOutOfBoundsException.
Public Member Functions | |
| IndexOutOfBoundsException () | |
| Constructs a new instance of this class with its walkback filled in. | |
| IndexOutOfBoundsException (String detailMessage) | |
| Constructs a new instance of this class with its walkback and message filled in. | |
Static Private Attributes | |
| static final long | serialVersionUID = 234122996006267687L |
Constructs a new instance of this class with its walkback filled in.
| IndexOutOfBoundsException | ( | String | detailMessage | ) |
Constructs a new instance of this class with its walkback and message filled in.
| detailMessage | String The detail message for the exception. |
final long serialVersionUID = 234122996006267687L [static, private] |
Reimplemented from RuntimeException.
Reimplemented in ArrayIndexOutOfBoundsException, and StringIndexOutOfBoundsException.