org.stringtemplate.v4.misc
Class ErrorBuffer
java.lang.Object
org.stringtemplate.v4.misc.ErrorBuffer
- All Implemented Interfaces:
- STErrorListener
public class ErrorBuffer
- extends Object
- implements STErrorListener
Used during tests to track all errors
errors
public List<STMessage> errors
ErrorBuffer
public ErrorBuffer()
compileTimeError
public void compileTimeError(STMessage msg)
- Specified by:
compileTimeError in interface STErrorListener
runTimeError
public void runTimeError(STMessage msg)
- Specified by:
runTimeError in interface STErrorListener
IOError
public void IOError(STMessage msg)
- Specified by:
IOError in interface STErrorListener
internalError
public void internalError(STMessage msg)
- Specified by:
internalError in interface STErrorListener
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.