Class AlgorithmException

All Implemented Interfaces:
Serializable

public class AlgorithmException extends RuntimeException
exception thrown when unexpected things happen during the loading and execution of algorithms.
See Also:
  • Constructor Details

    • AlgorithmException

      public AlgorithmException(String message)
    • AlgorithmException

      public AlgorithmException(List<RawEngValue> inputValues, String message)
      When the error was encountered when executing an algorithm with the given inputs
      Parameters:
      inputValues -
      message -
    • AlgorithmException

      public AlgorithmException(String message, Throwable cause)
    • AlgorithmException

      public AlgorithmException(Throwable cause)