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
public class DmnEngineException extends RuntimeException
The base exception of the DMN Engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmnEngineException(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
-
-