Uses of Class
org.camunda.bpm.dmn.feel.impl.FeelException
-
Uses of FeelException in org.camunda.bpm.dmn.feel.impl.juel
Modifier and TypeClassDescriptionclass
Exception thrown if a invalid type conversion occurs in a FEEL expression.class
Exception thrown if an error occurs during a method invocation in a FEEL expression.class
Exception thrown if a method used in a FEEL expression is not available.class
Exception thrown if a variable used in a FEEL expression is not available.class
Exception thrown if the syntax of a FEEL expression is invalid.Modifier and TypeMethodDescriptionFeelEngineLogger.unableToEvaluateExpression
(String simpleUnaryTests, Throwable cause) FeelEngineLogger.unableToEvaluateExpressionAsNotInputIsSet
(String simpleUnaryTests, FeelMissingVariableException e) FeelEngineLogger.unableToFindMethod
(NoSuchMethodException cause, String name, Class<?>... parameterTypes) FeelEngineLogger.unableToInitializeFeelEngine
(Throwable cause) FeelEngineLogger.variableMapperIsReadOnly()
-
Uses of FeelException in org.camunda.bpm.dmn.feel.impl.scala
Modifier and TypeMethodDescriptionScalaFeelLogger.customFunctionNotFoundException()
ScalaFeelLogger.evaluationException
(String message) ScalaFeelLogger.functionCountExceededException()
ScalaFeelLogger.spinValueMapperAccessException
(Throwable cause) ScalaFeelLogger.spinValueMapperCastException
(Throwable cause, String className) ScalaFeelLogger.spinValueMapperException
(Throwable cause) ScalaFeelLogger.spinValueMapperInstantiationException
(Throwable cause)