org.cishell.framework.algorithm
Class AlgorithmExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cishell.framework.algorithm.AlgorithmExecutionException
All Implemented Interfaces:
Serializable

public class AlgorithmExecutionException
extends Exception

An exception which is thrown when an error occurs in the process of executing an Algorithm

Author:
Bruce Herr (bh2@bh2.net)
See Also:
Serialized Form

Constructor Summary
AlgorithmExecutionException(Exception exception)
           
AlgorithmExecutionException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlgorithmExecutionException

public AlgorithmExecutionException(Exception exception)

AlgorithmExecutionException

public AlgorithmExecutionException(String message)