Class Slf4jStErrorListener

java.lang.Object
org.springframework.ai.template.st.Slf4jStErrorListener
All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener

public class Slf4jStErrorListener extends Object implements org.stringtemplate.v4.STErrorListener
An STErrorListener that delegates to slf4j.
Author:
Sun Yuhan
  • Method Details

    • compileTimeError

      public void compileTimeError(org.stringtemplate.v4.misc.STMessage msg)
      Specified by:
      compileTimeError in interface org.stringtemplate.v4.STErrorListener
    • runTimeError

      public void runTimeError(org.stringtemplate.v4.misc.STMessage msg)
      Specified by:
      runTimeError in interface org.stringtemplate.v4.STErrorListener
    • IOError

      public void IOError(org.stringtemplate.v4.misc.STMessage msg)
      Specified by:
      IOError in interface org.stringtemplate.v4.STErrorListener
    • internalError

      public void internalError(org.stringtemplate.v4.misc.STMessage msg)
      Specified by:
      internalError in interface org.stringtemplate.v4.STErrorListener