Uses of Class
org.camunda.bpm.dmn.feel.impl.FeelException
Packages that use FeelException
-
Uses of FeelException in org.camunda.bpm.dmn.feel.impl.juel
Subclasses of FeelException in org.camunda.bpm.dmn.feel.impl.juelModifier 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.Methods in org.camunda.bpm.dmn.feel.impl.juel that return FeelExceptionModifier 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
Methods in org.camunda.bpm.dmn.feel.impl.scala that return FeelExceptionModifier 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)