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:
java.io.Serializable
public class DmnEvaluationException extends DmnEngineException
Exception throw for errors during the evaluation of a decision.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmnEvaluationException(java.lang.String message)
DmnEvaluationException(java.lang.String message, java.lang.Throwable cause)
-