All Packages Class Hierarchy This Package Previous Next Index
Class Exceptions.DuplicateItem
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----Exceptions.DuplicateItem
- public class DuplicateItem
- extends java.lang.Exception
Exception class for duplicate item errors
in search tree insertions.
-
DuplicateItem(String)
- Construct this exception object.
DuplicateItem
public DuplicateItem(java.lang.String message)
- Construct this exception object.
- Parameters:
- message - the error message.
All Packages Class Hierarchy This Package Previous Next Index