Class ScalaFeelLogger


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

      • ScalaFeelLogger

        public ScalaFeelLogger()
    • Method Detail

      • 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)