All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.NotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.NotFoundException
- public class NotFoundException
- extends Exception
An exception that is thrown when a search for an element is
unsuccessful.
- Version:
- 1.0 of March 1998
- Author:
- Samuel A. Rebelsky
Constructor Index
- o
NotFoundException()
- Create a new exception with no explanation.
- o
NotFoundException(String)
- Create a new exception with a textual explanation.
Constructors
o
NotFoundException
public NotFoundException()
- Create a new exception with no explanation.
o
NotFoundException
public NotFoundException(String why)
- Create a new exception with a textual explanation.
All Packages Class Hierarchy This Package Previous Next Index