Class LoggingErrorListener

java.lang.Object
org.eclipse.collections.codegenerator.LoggingErrorListener
All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener

public final class LoggingErrorListener extends Object implements org.stringtemplate.v4.STErrorListener
  • Field Details

    • errorListener

      private final ErrorListener errorListener
    • url

      private final URL url
  • Constructor Details

    • LoggingErrorListener

      public LoggingErrorListener(ErrorListener errorListener, URL url)
  • Method Details

    • logError

      private void logError(org.stringtemplate.v4.misc.STMessage stMessage, String errorType)
    • compileTimeError

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

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

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

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