All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
FeelSyntaxException |
invalidComparisonExpression(String feelExpression) |
|
FeelMethodInvocationException |
invalidDateAndTimeFormat(String dateTimeString,
Throwable cause) |
|
FeelSyntaxException |
invalidExpression(String feelExpression,
Throwable cause) |
|
FeelSyntaxException |
invalidIntervalExpression(String feelExpression) |
|
FeelSyntaxException |
invalidListExpression(String feelExpression) |
|
FeelSyntaxException |
invalidNotExpression(String feelExpression) |
|
UnsupportedOperationException |
simpleExpressionNotSupported() |
|
protected FeelSyntaxException |
syntaxException(String id,
String feelExpression,
String description) |
|
protected FeelSyntaxException |
syntaxException(String id,
String feelExpression,
String description,
Throwable cause) |
|
protected String |
syntaxExceptionMessage(String id,
String feelExpression,
String description) |
|
FeelConvertException |
unableToConvertValue(Object value,
Class<?> type) |
|
FeelConvertException |
unableToConvertValue(Object value,
Class<?> type,
Throwable cause) |
|
FeelConvertException |
unableToConvertValue(String feelExpression,
FeelConvertException cause) |
|
org.camunda.bpm.dmn.feel.impl.FeelException |
unableToEvaluateExpression(String simpleUnaryTests,
Throwable cause) |
|
org.camunda.bpm.dmn.feel.impl.FeelException |
unableToEvaluateExpressionAsNotInputIsSet(String simpleUnaryTests,
FeelMissingVariableException e) |
|
org.camunda.bpm.dmn.feel.impl.FeelException |
unableToFindMethod(NoSuchMethodException cause,
String name,
Class<?>... parameterTypes) |
|
org.camunda.bpm.dmn.feel.impl.FeelException |
unableToInitializeFeelEngine(Throwable cause) |
|
FeelMethodInvocationException |
unableToInvokeMethod(String simpleUnaryTests,
FeelMethodInvocationException cause) |
|
FeelMissingFunctionException |
unknownFunction(String prefix,
String localName) |
|
FeelMissingFunctionException |
unknownFunction(String feelExpression,
FeelMissingFunctionException cause) |
|
FeelMissingVariableException |
unknownVariable(String variable) |
|
FeelMissingVariableException |
unknownVariable(String feelExpression,
FeelMissingVariableException cause) |
|
org.camunda.bpm.dmn.feel.impl.FeelException |
variableMapperIsReadOnly() |
|