All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class NullItemException
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 NullItemException()
Constructs an NullItemException with no detail message.
 o NullItemException(String)
Constructs an NullItemException with the specified detail message.

Constructors

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

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

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index