org.stringtemplate.v4.misc
Class ErrorBuffer
java.lang.Object
org.stringtemplate.v4.misc.ErrorBuffer
- All Implemented Interfaces:
- STErrorListener
public class ErrorBuffer
- extends java.lang.Object
- implements STErrorListener
Used during tests to track all errors
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errors
public java.util.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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.