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
-
Field Summary
Fields inherited from class org.camunda.bpm.dmn.feel.impl.juel.FeelLogger
ENGINE_LOGGER, PROJECT_CODE, PROJECT_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvalidComparisonExpression
(String feelExpression) invalidDateAndTimeFormat
(String dateTimeString, Throwable cause) invalidExpression
(String feelExpression, Throwable cause) invalidIntervalExpression
(String feelExpression) invalidListExpression
(String feelExpression) invalidNotExpression
(String feelExpression) 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) unableToConvertValue
(Object value, Class<?> type) unableToConvertValue
(Object value, Class<?> type, Throwable cause) unableToConvertValue
(String feelExpression, FeelConvertException cause) unableToEvaluateExpression
(String simpleUnaryTests, Throwable cause) unableToEvaluateExpressionAsNotInputIsSet
(String simpleUnaryTests, FeelMissingVariableException e) unableToFindMethod
(NoSuchMethodException cause, String name, Class<?>... parameterTypes) unableToInvokeMethod
(String simpleUnaryTests, FeelMethodInvocationException cause) unknownFunction
(String prefix, String localName) unknownFunction
(String feelExpression, FeelMissingFunctionException cause) unknownVariable
(String variable) unknownVariable
(String feelExpression, FeelMissingVariableException cause) Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
FeelEngineLogger
public FeelEngineLogger()
-
-
Method Details
-
syntaxException
-
syntaxException
protected FeelSyntaxException syntaxException(String id, String feelExpression, String description, Throwable cause) -
syntaxExceptionMessage
-
invalidNotExpression
-
invalidIntervalExpression
-
invalidComparisonExpression
-
variableMapperIsReadOnly
-
unableToFindMethod
public FeelException unableToFindMethod(NoSuchMethodException cause, String name, Class<?>... parameterTypes) -
unknownFunction
-
unknownFunction
public FeelMissingFunctionException unknownFunction(String feelExpression, FeelMissingFunctionException cause) -
unknownVariable
-
unknownVariable
public FeelMissingVariableException unknownVariable(String feelExpression, FeelMissingVariableException cause) -
invalidExpression
-
unableToInitializeFeelEngine
-
unableToEvaluateExpression
-
unableToConvertValue
-
unableToConvertValue
-
unableToConvertValue
-
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
-