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

Constructor Index

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

Constructors

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

 o 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