Uses of Class
org.camunda.bpm.dmn.engine.DmnEngineException
Package
Description
-
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl
Modifier and TypeClassDescriptionclass
Exception throw for errors during the result creation of a decision.class
Exception throw for errors during the evaluation of a decision.Modifier and TypeMethodDescriptionDmnEngineLogger.decisionIsNotADecisionTable
(DmnDecision decision) DmnEngineLogger.decisionLogicTypeNotSupported
(DmnDecisionLogic decisionLogic) DmnEngineLogger.decisionTypeNotSupported
(DmnDecision decision) DmnEngineLogger.invalidValueForTypeDefinition
(String typeName, Object value) -
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.hitpolicy
Modifier and TypeClassDescriptionclass
Exception throw if a hit policy is not applicable for a decision result. -
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.transform
Modifier and TypeClassDescriptionclass
Exception throw for errors during the transformation of a decision. -
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.type
Modifier and TypeMethodDescriptionprotected DmnEngineException
DateDataTypeTransformer.unsupportedType
(Object value) -
Uses of DmnEngineException in org.camunda.bpm.engine.impl.dmn
Modifier and TypeMethodDescriptionDecisionLogger.decisionResultMappingException
(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause)