All Packages Class Hierarchy This Package Previous Next Index
Class Exceptions.ItemNotFound
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----Exceptions.ItemNotFound
- public class ItemNotFound
- extends java.lang.Exception
Exception class for failed finds/removes in search
trees, hash tables, and list and tree iterators.
-
ItemNotFound(String)
- Construct this exception object.
ItemNotFound
public ItemNotFound(java.lang.String message)
- Construct this exception object.
- Parameters:
- message - the error message.
All Packages Class Hierarchy This Package Previous Next Index