Package org.camunda.bpm.dmn.engine
Class DmnEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.dmn.engine.DmnEngineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DmnDecisionResultException
,DmnEvaluationException
,DmnHitPolicyException
,DmnTransformException
public class DmnEngineException extends java.lang.RuntimeException
The base exception of the DMN Engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmnEngineException(java.lang.String message)
DmnEngineException(java.lang.String message, java.lang.Throwable cause)
-