Class FeelEngineLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.dmn.feel.impl.juel.FeelLogger
-
- org.camunda.bpm.dmn.feel.impl.juel.FeelEngineLogger
-
public class FeelEngineLogger extends FeelLogger
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.dmn.feel.impl.juel.FeelLogger
ENGINE_LOGGER, PROJECT_CODE, PROJECT_LOGGER
-
-
Constructor Summary
Constructors Constructor Description FeelEngineLogger()
-
Method Summary
-
-
-
Method Detail
-
syntaxException
protected FeelSyntaxException syntaxException(String id, String feelExpression, String description)
-
syntaxException
protected FeelSyntaxException syntaxException(String id, String feelExpression, String description, Throwable cause)
-
syntaxExceptionMessage
protected String syntaxExceptionMessage(String id, String feelExpression, String description)
-
invalidNotExpression
public FeelSyntaxException invalidNotExpression(String feelExpression)
-
invalidIntervalExpression
public FeelSyntaxException invalidIntervalExpression(String feelExpression)
-
invalidComparisonExpression
public FeelSyntaxException invalidComparisonExpression(String feelExpression)
-
variableMapperIsReadOnly
public FeelException variableMapperIsReadOnly()
-
unableToFindMethod
public FeelException unableToFindMethod(NoSuchMethodException cause, String name, Class<?>... parameterTypes)
-
unknownFunction
public FeelMissingFunctionException unknownFunction(String prefix, String localName)
-
unknownFunction
public FeelMissingFunctionException unknownFunction(String feelExpression, FeelMissingFunctionException cause)
-
unknownVariable
public FeelMissingVariableException unknownVariable(String variable)
-
unknownVariable
public FeelMissingVariableException unknownVariable(String feelExpression, FeelMissingVariableException cause)
-
invalidExpression
public FeelSyntaxException invalidExpression(String feelExpression, Throwable cause)
-
unableToInitializeFeelEngine
public FeelException unableToInitializeFeelEngine(Throwable cause)
-
unableToEvaluateExpression
public FeelException unableToEvaluateExpression(String simpleUnaryTests, Throwable cause)
-
unableToConvertValue
public FeelConvertException unableToConvertValue(Object value, Class<?> type)
-
unableToConvertValue
public FeelConvertException unableToConvertValue(Object value, Class<?> type, Throwable cause)
-
unableToConvertValue
public FeelConvertException unableToConvertValue(String feelExpression, FeelConvertException cause)
-
simpleExpressionNotSupported
public UnsupportedOperationException simpleExpressionNotSupported()
-
unableToEvaluateExpressionAsNotInputIsSet
public FeelException unableToEvaluateExpressionAsNotInputIsSet(String simpleUnaryTests, FeelMissingVariableException e)
-
invalidDateAndTimeFormat
public FeelMethodInvocationException invalidDateAndTimeFormat(String dateTimeString, Throwable cause)
-
unableToInvokeMethod
public FeelMethodInvocationException unableToInvokeMethod(String simpleUnaryTests, FeelMethodInvocationException cause)
-
invalidListExpression
public FeelSyntaxException invalidListExpression(String feelExpression)
-
-