Class ListException

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

public class ListException
extends java.lang.RuntimeException

Thrown to indicate that it was not possible to perform a correctly-requested list operation. This could happen, for example, if the maximum list size has been exceeded.

See Also:
Serialized Form

Constructor Summary
ListException(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

ListException

public ListException(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