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 classFeelConvertExceptionException thrown if a invalid type conversion occurs in a FEEL expression.classFeelMethodInvocationExceptionException thrown if an error occurs during a method invocation in a FEEL expression.classFeelMissingFunctionExceptionException thrown if a method used in a FEEL expression is not available.classFeelMissingVariableExceptionException thrown if a variable used in a FEEL expression is not available.classFeelSyntaxExceptionException 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 FeelExceptionFeelEngineLogger. unableToEvaluateExpression(String simpleUnaryTests, Throwable cause)FeelExceptionFeelEngineLogger. unableToEvaluateExpressionAsNotInputIsSet(String simpleUnaryTests, FeelMissingVariableException e)FeelExceptionFeelEngineLogger. unableToFindMethod(NoSuchMethodException cause, String name, Class<?>... parameterTypes)FeelExceptionFeelEngineLogger. unableToInitializeFeelEngine(Throwable cause)FeelExceptionFeelEngineLogger. 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 FeelExceptionScalaFeelLogger. customFunctionNotFoundException()FeelExceptionScalaFeelLogger. evaluationException(String message)FeelExceptionScalaFeelLogger. functionCountExceededException()FeelExceptionScalaFeelLogger. spinValueMapperAccessException(Throwable cause)FeelExceptionScalaFeelLogger. spinValueMapperCastException(Throwable cause, String className)FeelExceptionScalaFeelLogger. spinValueMapperException(Throwable cause)FeelExceptionScalaFeelLogger. spinValueMapperInstantiationException(Throwable cause)
-