All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tw.edu.ncnu.im.cnclab.DataStru.DuplicateItem

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tw.edu.ncnu.im.cnclab.DataStru.DuplicateItem

public class DuplicateItem
extends Exception
Exception class for duplicate item errors in search tree insertions.

Author:
Mark Allen Weiss

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