Class StringTemplatesErrorListener

java.lang.Object
org.teamapps.dto.generate.StringTemplatesErrorListener
All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener

public class StringTemplatesErrorListener
extends java.lang.Object
implements org.stringtemplate.v4.STErrorListener
  • Constructor Summary

    Constructors 
    Constructor Description
    StringTemplatesErrorListener()  
  • Method Summary

    Modifier and Type Method Description
    void compileTimeError​(org.stringtemplate.v4.misc.STMessage stMessage)  
    void internalError​(org.stringtemplate.v4.misc.STMessage stMessage)  
    void IOError​(org.stringtemplate.v4.misc.STMessage stMessage)  
    void runTimeError​(org.stringtemplate.v4.misc.STMessage stMessage)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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