Uses of Class
org.camunda.bpm.dmn.engine.DmnEngineException
Packages that use DmnEngineException
Package
Description
-
Uses of DmnEngineException in org.camunda.bpm.dmn.engine.impl
Subclasses of DmnEngineException in org.camunda.bpm.dmn.engine.implModifier and TypeClassDescriptionclass
Exception throw for errors during the result creation of a decision.class
Exception throw for errors during the evaluation of a decision.Methods in org.camunda.bpm.dmn.engine.impl that return DmnEngineExceptionModifier 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
Subclasses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.hitpolicyModifier 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
Subclasses of DmnEngineException in org.camunda.bpm.dmn.engine.impl.transformModifier and TypeClassDescriptionclass
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 DmnEngineExceptionModifier and TypeMethodDescriptionprotected 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 DmnEngineExceptionModifier and TypeMethodDescriptionDecisionLogger.decisionResultMappingException
(DmnDecisionResult decisionResult, DecisionResultMapper resultMapper, DmnEngineException cause)