This runtime exception is thrown when a program attempts to access a value in
an indexable collection using a value which is outside the possible range of
indices.
Constructs a new instance of this class with its walkback filled in.
IndexOutOfBoundsException
public IndexOutOfBoundsException(String detailMessage)(Code)
Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception.