CITS2200
Class ItemNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
CITS2200.ItemNotFound
- All Implemented Interfaces:
- Serializable
public class ItemNotFound
- extends RuntimeException
Exception class for failed finds/removes in search
trees, hash tables, and list and tree iterators.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ItemNotFound
public ItemNotFound(String message)
- Construct this exception object.
- Parameters:
message
- the error message.