public class FeelEngineLogger extends FeelLogger
ENGINE_LOGGER, PROJECT_CODE, PROJECT_LOGGER
Constructor and Description |
---|
FeelEngineLogger() |
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)
public FeelSyntaxException invalidNotExpression(String feelExpression)
public FeelSyntaxException invalidIntervalExpression(String feelExpression)
public FeelSyntaxException invalidComparisonExpression(String feelExpression)
public FeelException variableMapperIsReadOnly()
public FeelException unableToFindMethod(NoSuchMethodException cause, String name, Class<?>... parameterTypes)
public FeelMissingFunctionException unknownFunction(String prefix, String localName)
public FeelMissingFunctionException unknownFunction(String feelExpression, FeelMissingFunctionException cause)
public FeelMissingVariableException unknownVariable(String variable)
public FeelMissingVariableException unknownVariable(String feelExpression, FeelMissingVariableException cause)
public FeelSyntaxException invalidExpression(String feelExpression, Throwable cause)
public FeelException unableToInitializeFeelEngine(Throwable cause)
public FeelException unableToEvaluateExpression(String simpleUnaryTests, Throwable cause)
public FeelConvertException unableToConvertValue(Object value, Class<?> type)
public FeelConvertException unableToConvertValue(Object value, Class<?> type, Throwable cause)
public FeelConvertException unableToConvertValue(String feelExpression, FeelConvertException cause)
public UnsupportedOperationException simpleExpressionNotSupported()
public FeelException unableToEvaluateExpressionAsNotInputIsSet(String simpleUnaryTests, FeelMissingVariableException e)
public FeelMethodInvocationException invalidDateAndTimeFormat(String dateTimeString, Throwable cause)
public FeelMethodInvocationException unableToInvokeMethod(String simpleUnaryTests, FeelMethodInvocationException cause)
public FeelSyntaxException invalidListExpression(String feelExpression)
Copyright © 2022. All rights reserved.