All Packages Class Hierarchy This Package Previous Next Index
Class tw.edu.ncnu.im.cnclab.Algor.AlgorithmException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----tw.edu.ncnu.im.cnclab.Algor.AlgorithmException
- public class AlgorithmException
- extends RuntimeException
Thrown if exceptions appear during the load or execution of a algorithm.
- Version:
- 0.4 Jul 8, 1999
- Author:
- Ding-Yi Chen
-
AlgorithmException()
- Constructs an
AlgorithmException with no detail message.
-
AlgorithmException(String)
- Constructs an
AlgorithmException with the specified
detail message.
AlgorithmException
public AlgorithmException()
- Constructs an
AlgorithmException with no detail message.
AlgorithmException
public AlgorithmException(String message)
- Constructs an
AlgorithmException with the specified
detail message.
- Parameters:
- message - the detail message.
All Packages Class Hierarchy This Package Previous Next Index