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
Exception throw if a hit policy is not applicable for a
 decision result.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDmnHitPolicyException(String message) DmnHitPolicyException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DmnHitPolicyException
- 
DmnHitPolicyException
 
-