Class StringTemplateEngine.ErrorListener

java.lang.Object
org.jdbi.v3.stringtemplate4.StringTemplateEngine.ErrorListener
All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener
Enclosing class:
StringTemplateEngine

static class StringTemplateEngine.ErrorListener extends Object implements org.stringtemplate.v4.STErrorListener
  • Field Details

  • Constructor Details

  • 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