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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DmnEngineException
public DmnEngineException(String message)
DmnEngineException
public DmnEngineException(String message,
Throwable cause)
Copyright © 2017 camunda services GmbH. All rights reserved.