Package org.stringtemplate.v4.misc
Class ErrorBuffer
java.lang.Object
org.stringtemplate.v4.misc.ErrorBuffer
- All Implemented Interfaces:
STErrorListener
Used during tests to track all errors.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
internalError
(STMessage msg) void
void
runTimeError
(STMessage msg) toString()
-
Field Details
-
errors
-
-
Constructor Details
-
ErrorBuffer
public ErrorBuffer()
-
-
Method Details
-
compileTimeError
- Specified by:
compileTimeError
in interfaceSTErrorListener
-
runTimeError
- Specified by:
runTimeError
in interfaceSTErrorListener
-
IOError
- Specified by:
IOError
in interfaceSTErrorListener
-
internalError
- Specified by:
internalError
in interfaceSTErrorListener
-
toString
-