Package org.camunda.bpm.dmn.engine.impl
Class DmnEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.dmn.engine.DmnEngineException
org.camunda.bpm.dmn.engine.impl.DmnEvaluationException
- All Implemented Interfaces:
Serializable
Exception throw for errors during the evaluation of a decision.
- See Also:
-
Constructor Summary
ConstructorDescriptionDmnEvaluationException
(String message) DmnEvaluationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DmnEvaluationException
-
DmnEvaluationException
-