Package | Description |
---|---|
org.camunda.bpm.dmn.feel.impl.juel |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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() |
Copyright © 2022. All rights reserved.