Class ScalaFeelLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelLogger
public class ScalaFeelLogger
extends org.camunda.commons.logging.BaseLogger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScalaFeelLoggerstatic final Stringstatic final StringFields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.dmn.feel.impl.FeelExceptionorg.camunda.bpm.dmn.feel.impl.FeelExceptionevaluationException(String message) org.camunda.bpm.dmn.feel.impl.FeelExceptionprotected voidprotected voidvoidorg.camunda.bpm.dmn.feel.impl.FeelExceptionorg.camunda.bpm.dmn.feel.impl.FeelExceptionspinValueMapperCastException(Throwable cause, String className) org.camunda.bpm.dmn.feel.impl.FeelExceptionorg.camunda.bpm.dmn.feel.impl.FeelExceptionMethods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Field Details
-
PROJECT_CODE
- See Also:
-
PROJECT_LOGGER
- See Also:
-
LOGGER
-
-
Constructor Details
-
ScalaFeelLogger
public ScalaFeelLogger()
-
-
Method Details
-
logError
-
logInfo
-
logSpinValueMapperDetected
public void logSpinValueMapperDetected() -
spinValueMapperInstantiationException
public org.camunda.bpm.dmn.feel.impl.FeelException spinValueMapperInstantiationException(Throwable cause) -
spinValueMapperAccessException
-
spinValueMapperCastException
-
spinValueMapperException
-
functionCountExceededException
public org.camunda.bpm.dmn.feel.impl.FeelException functionCountExceededException() -
customFunctionNotFoundException
public org.camunda.bpm.dmn.feel.impl.FeelException customFunctionNotFoundException() -
evaluationException
-