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 Exception
Exception class for failed finds/removes in search
trees, hash tables, and list and tree iterators.
 
 ItemNotFound(String) ItemNotFound(String)
- Construct this exception object.
 
 ItemNotFound
ItemNotFound
public ItemNotFound(String message)
- Construct this exception object.
 
- 
- Parameters:
- message - the error message.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index