Class AlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.episteme.core.technical.algorithm.AlgorithmException
- All Implemented Interfaces:
Serializable
Base exception for errors occurring during algorithm selection or execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlgorithmException(String message) AlgorithmException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlgorithmException
-
AlgorithmException
-