org.stringtemplate.v4.test
Class ErrorBufferAllErrors

java.lang.Object
  extended by org.stringtemplate.v4.misc.ErrorBuffer
      extended by org.stringtemplate.v4.test.ErrorBufferAllErrors
All Implemented Interfaces:
STErrorListener

public class ErrorBufferAllErrors
extends ErrorBuffer


Field Summary
 
Fields inherited from class org.stringtemplate.v4.misc.ErrorBuffer
errors
 
Constructor Summary
ErrorBufferAllErrors()
           
 
Method Summary
 void runTimeError(STMessage msg)
           
 
Methods inherited from class org.stringtemplate.v4.misc.ErrorBuffer
compileTimeError, internalError, IOError, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorBufferAllErrors

public ErrorBufferAllErrors()
Method Detail

runTimeError

public void runTimeError(STMessage msg)
Specified by:
runTimeError in interface STErrorListener
Overrides:
runTimeError in class ErrorBuffer