net.datastructures
Class EmptyDequeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.EmptyDequeException
- All Implemented Interfaces:
- Serializable
- public class EmptyDequeException
- extends RuntimeException
Runtime exception thrown when one tries to perform an access or
removal operation on an empty deque.
- Author:
- Natasha Gelfand, Michael T. Goodrich, Roberto Tamassia
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyDequeException
public EmptyDequeException(String err)