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
Fields Modifier and Type Field Description static ScalaFeelLogger
LOGGER
static String
PROJECT_CODE
static String
PROJECT_LOGGER
-
Constructor Summary
Constructors Constructor Description ScalaFeelLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeelException
customFunctionNotFoundException()
FeelException
evaluationException(String message)
FeelException
functionCountExceededException()
protected void
logError(String id, String messageTemplate, Throwable t)
protected void
logInfo(String id, String messageTemplate, Throwable t)
void
logSpinValueMapperDetected()
FeelException
spinValueMapperAccessException(Throwable cause)
FeelException
spinValueMapperCastException(Throwable cause, String className)
FeelException
spinValueMapperException(Throwable cause)
FeelException
spinValueMapperInstantiationException(Throwable cause)
-
-
-
Field Detail
-
PROJECT_CODE
public static final String PROJECT_CODE
- See Also:
- Constant Field Values
-
PROJECT_LOGGER
public static final String PROJECT_LOGGER
- See Also:
- Constant Field Values
-
LOGGER
public static final ScalaFeelLogger LOGGER
-
-
Method Detail
-
logSpinValueMapperDetected
public void logSpinValueMapperDetected()
-
spinValueMapperInstantiationException
public FeelException spinValueMapperInstantiationException(Throwable cause)
-
spinValueMapperAccessException
public FeelException spinValueMapperAccessException(Throwable cause)
-
spinValueMapperCastException
public FeelException spinValueMapperCastException(Throwable cause, String className)
-
spinValueMapperException
public FeelException spinValueMapperException(Throwable cause)
-
functionCountExceededException
public FeelException functionCountExceededException()
-
customFunctionNotFoundException
public FeelException customFunctionNotFoundException()
-
evaluationException
public FeelException evaluationException(String message)
-
-