Class ListIndexOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IndexOutOfBoundsException
                  extended byListIndexOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class ListIndexOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

The ListIndexOutOfBoundsException is thrown when a list operation is called with an invalid index to a list element.

See Also:
Serialized Form

Constructor Summary
ListIndexOutOfBoundsException(java.lang.String s)
          The constructor accepts a message to pass to any program that catches the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListIndexOutOfBoundsException

public ListIndexOutOfBoundsException(java.lang.String s)
The constructor accepts a message to pass to any program that catches the exception.

Parameters:
s - a string explaining the exception