net.datastructures
Class EmptyQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.EmptyQueueException
- All Implemented Interfaces:
- Serializable
- public class EmptyQueueException
- extends RuntimeException
Runtime exception thrown when one tries to perform operation front
or dequeue on an empty queue.
- 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 |
EmptyQueueException
public EmptyQueueException(String err)