Package java.lang
Class IndexOutOfBoundsException

Public Constructor IndexOutOfBoundsException

IndexOutOfBoundsException()

IndexOutOfBoundsException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor IndexOutOfBoundsException():

Constructs an IndexOutOfBoundsException with no detail message.

constructor IndexOutOfBoundsException(String s):

Constructs an IndexOutOfBoundsException with the specified detail message.