Home | News | Wiki | About StringTemplate | Feedback | Support | Bugs


Latest version is 3.2.
Download now! »

Download
» Home
» Download
» News
»Using StringTemplate
» Documentation
» Wiki
» Articles
» File Sharing
» Code API
» Tech Support
»About StringTemplate
» What is it?
» Showcase
» Testimonials
» Software License
» Changes
»Feedback
»Credits
»Contact


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 ;)

Search



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)
           
 

Method Detail

error

public void error(java.lang.String msg,
                  java.lang.Throwable e)

warning

public void warning(java.lang.String msg)