Class DmnHitPolicyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.dmn.engine.DmnEngineException
-
- org.camunda.bpm.dmn.engine.impl.hitpolicy.DmnHitPolicyException
-
- All Implemented Interfaces:
Serializable
public class DmnHitPolicyException extends DmnEngineException
Exception throw if a hit policy is not applicable for a decision result.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmnHitPolicyException(String message)
DmnHitPolicyException(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
-
-