All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class ItemNotNullException
extends RuntimeException
Thrown if an application attempts to access (usually add) items at a ListArray which is already present.

Version:
0.4 Jul 8, 1999
Author:
Ding-Yi Chen

Constructor Index

 o ItemNotNullException()
Constructs an ItemNotNullException with no detail message.
 o ItemNotNullException(String)
Constructs an ItemNotNullException with the specified detail message.

Constructors

 o ItemNotNullException
 public ItemNotNullException()
Constructs an ItemNotNullException with no detail message.

 o ItemNotNullException
 public ItemNotNullException(String message)
Constructs an ItemNotNullException with the specified detail message.

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index