Uses of Class
org.camunda.bpm.dmn.engine.DmnEngineException
-
-
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl
Subclasses of DmnEngineException in org.camunda.bpm.dmn.engine.impl Modifier and Type Class Description class
DmnDecisionResultException
Exception throw for errors during the result creation of a decision.class
DmnEvaluationException
Exception throw for errors during the evaluation of a decision.Methods in org.camunda.bpm.dmn.engine.impl that return DmnEngineException Modifier and Type Method Description DmnEngineException
DmnEngineLogger. decisionIsNotADecisionTable(DmnDecision decision)
DmnEngineException
DmnEngineLogger. decisionLogicTypeNotSupported(DmnDecisionLogic decisionLogic)
DmnEngineException
DmnEngineLogger. decisionTypeNotSupported(DmnDecision decision)
DmnEngineException
DmnEngineLogger. invalidValueForTypeDefinition(String typeName, Object value)
-
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.hitpolicy
Subclasses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.hitpolicy Modifier and Type Class Description class
DmnHitPolicyException
Exception throw if a hit policy is not applicable for a decision result. -
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.transform
Subclasses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.transform Modifier and Type Class Description class
DmnTransformException
Exception throw for errors during the transformation of a decision. -
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.type
Methods in org.camunda.bpm.dmn.engine.impl.type that return DmnEngineException Modifier and Type Method Description protected DmnEngineException
DateDataTypeTransformer. unsupportedType(Object value)
-
Uses of DmnEngineException in org.camunda.bpm.engine.impl.dmn
Methods in org.camunda.bpm.engine.impl.dmn with parameters of type DmnEngineException Modifier and Type Method Description ProcessEngineException
DecisionLogger. decisionResultMappingException(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause)
-