Exception Summary |
DuplicateItem |
Exception class for duplicate item errors
in search tree insertions. |
IllegalValue |
Exception class for illegal decrease key
operations in pairing heaps. |
ItemNotFound |
Exception class for failed finds/removes in search
trees, hash tables, and list and tree iterators. |
OutOfBounds |
Indicates an attempt to access an object outside the bounds of a
container class such as a list. |
Overflow |
Indicates an attempt to add to a full container class
such as a stack or queue. |
Underflow |
Exception class for access in empty containers
such as stacks, queues, and priority queues. |