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