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 Exception
Exception class for duplicate item errors in search tree insertions.


Constructor Index

 o DuplicateItem(String)
Construct this exception object.

Constructors

 o DuplicateItem
public DuplicateItem(String message)
Construct this exception object.

Parameters:
message - the error message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index