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:
Serializable
- Direct Known Subclasses:
DmnDecisionResultException
,DmnEvaluationException
,DmnHitPolicyException
,DmnTransformException
The base exception of the DMN Engine.
- See Also:
-
Constructor Summary
ConstructorDescriptionDmnEngineException
(String message) DmnEngineException
(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
-
DmnEngineException
-
DmnEngineException
-