Package org.yamcs.algorithms
Class AlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yamcs.algorithms.AlgorithmException
- All Implemented Interfaces:
Serializable
exception thrown when unexpected things happen during the loading and execution of algorithms.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlgorithmException
(String message) AlgorithmException
(String message, Throwable cause) AlgorithmException
(Throwable cause) AlgorithmException
(List<RawEngValue> inputValues, String message) When the error was encountered when executing an algorithm with the given inputs -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlgorithmException
-
AlgorithmException
When the error was encountered when executing an algorithm with the given inputs- Parameters:
inputValues
-message
-
-
AlgorithmException
-
AlgorithmException
-