Class ScalaFeelLogger


  • public class ScalaFeelLogger
    extends org.camunda.commons.logging.BaseLogger
    • Constructor Detail

      • ScalaFeelLogger

        public ScalaFeelLogger()
    • Method Detail

      • logError

        protected void logError​(java.lang.String id,
                                java.lang.String messageTemplate,
                                java.lang.Throwable t)
      • logInfo

        protected void logInfo​(java.lang.String id,
                               java.lang.String messageTemplate,
                               java.lang.Throwable t)
      • logSpinValueMapperDetected

        public void logSpinValueMapperDetected()
      • spinValueMapperInstantiationException

        public FeelException spinValueMapperInstantiationException​(java.lang.Throwable cause)
      • spinValueMapperAccessException

        public FeelException spinValueMapperAccessException​(java.lang.Throwable cause)
      • spinValueMapperCastException

        public FeelException spinValueMapperCastException​(java.lang.Throwable cause,
                                                          java.lang.String className)
      • spinValueMapperException

        public FeelException spinValueMapperException​(java.lang.Throwable cause)
      • functionCountExceededException

        public FeelException functionCountExceededException()
      • customFunctionNotFoundException

        public FeelException customFunctionNotFoundException()
      • evaluationException

        public FeelException evaluationException​(java.lang.String message)