Class AlgorithmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.episteme.core.technical.algorithm.AlgorithmException
All Implemented Interfaces:
Serializable

public class AlgorithmException extends RuntimeException
Base exception for errors occurring during algorithm selection or execution.
See Also:
  • Constructor Details

    • AlgorithmException

      public AlgorithmException(String message)
    • AlgorithmException

      public AlgorithmException(String message, Throwable cause)