Class QueueEmptyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--QueueEmptyException
- All Implemented Interfaces:
- Serializable
- public class QueueEmptyException
- extends RuntimeException
Thrown when trying to access or mutate the elements of
an empty queue.
- See Also:
Queue, Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueueEmptyException
public QueueEmptyException()