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