|
Exception Summary |
| QueueEmptyException |
Class for exceptions to be generated by Queue methods when an attempt
is made to remove something from an empty queue. |
| QueueFullException |
Class for exceptions to be generated by Queue methods when an attempt
is made to put something into a full queue. |
| StackEmptyException |
Class for exceptions to be generated by Stack methods when an attempt
is made to remove something from an empty stack. |
| StackFullException |
Class for exceptions to be generated by Stack methods when an attempt
is made to put something into a full stack. |