Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
StringTemplateErrorListener
org.antlr.stringtemplate
Interface StringTemplateErrorListener
- All Known Implementing Classes:
- TestStringTemplate.ErrorBuffer
- public interface StringTemplateErrorListener
Lets you specify where errors, warnings go. Warning: debug is useful at
the moment.
|
Method Summary |
void |
error(java.lang.String msg,
java.lang.Throwable e)
|
void |
warning(java.lang.String msg)
|
error
public void error(java.lang.String msg,
java.lang.Throwable e)
warning
public void warning(java.lang.String msg)
|