net.datastructures
Class EmptyPriorityQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.EmptyPriorityQueueException
- All Implemented Interfaces:
- Serializable
- public class EmptyPriorityQueueException
- extends RuntimeException
Thrown when a priority queue 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 |
EmptyPriorityQueueException
public EmptyPriorityQueueException(String message)