net.datastructures
Class EmptyListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.EmptyListException
- All Implemented Interfaces:
- Serializable
- public class EmptyListException
- extends RuntimeException
Thrown when a list cannot fulfill the requested operation because
it is empty.
- Author:
- Roberto Tamassia
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyListException
public EmptyListException(String message)