DthingApi
Public Member Functions | List of all members
java.lang.IndexOutOfBoundsException Class Reference
Inheritance diagram for java.lang.IndexOutOfBoundsException:
java.lang.RuntimeException java.lang.Exception java.lang.Throwable java.lang.ArrayIndexOutOfBoundsException java.lang.StringIndexOutOfBoundsException

Public Member Functions

 IndexOutOfBoundsException ()
 
 IndexOutOfBoundsException (String detailMessage)
 
- Public Member Functions inherited from java.lang.RuntimeException
 RuntimeException ()
 
 RuntimeException (String detailMessage)
 
- Public Member Functions inherited from java.lang.Exception
 Exception ()
 
 Exception (String detailMessage)
 
- Public Member Functions inherited from java.lang.Throwable
 Throwable ()
 
 Throwable (String detailMessage)
 
String getMessage ()
 
String getLocalizedMessage ()
 
void printStackTrace ()
 
String toString ()
 

Detailed Description

Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.

Constructor & Destructor Documentation

◆ IndexOutOfBoundsException() [1/2]

java.lang.IndexOutOfBoundsException.IndexOutOfBoundsException ( )
inline

Constructs a new

that includes the current stack trace.

◆ IndexOutOfBoundsException() [2/2]

java.lang.IndexOutOfBoundsException.IndexOutOfBoundsException ( String  detailMessage)
inline

Constructs a new

with the current stack trace and the specified detail message.

Parameters
detailMessagethe detail message for this exception.

The documentation for this class was generated from the following file: