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 Details

  • Constructor Details

    • ScalaFeelLogger

      public ScalaFeelLogger()
  • Method Details

    • logError

      protected void logError(String id, String messageTemplate, Throwable t)
    • logInfo

      protected void logInfo(String id, String messageTemplate, Throwable t)
    • logSpinValueMapperDetected

      public void logSpinValueMapperDetected()
    • spinValueMapperInstantiationException

      public org.camunda.bpm.dmn.feel.impl.FeelException spinValueMapperInstantiationException(Throwable cause)
    • spinValueMapperAccessException

      public org.camunda.bpm.dmn.feel.impl.FeelException spinValueMapperAccessException(Throwable cause)
    • spinValueMapperCastException

      public org.camunda.bpm.dmn.feel.impl.FeelException spinValueMapperCastException(Throwable cause, String className)
    • spinValueMapperException

      public org.camunda.bpm.dmn.feel.impl.FeelException spinValueMapperException(Throwable cause)
    • functionCountExceededException

      public org.camunda.bpm.dmn.feel.impl.FeelException functionCountExceededException()
    • customFunctionNotFoundException

      public org.camunda.bpm.dmn.feel.impl.FeelException customFunctionNotFoundException()
    • evaluationException

      public org.camunda.bpm.dmn.feel.impl.FeelException evaluationException(String message)