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.


Constructor Index

 o ItemNotFound(String)
Construct this exception object.

Constructors

 o 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