Package org.stringtemplate.v4
Interface STErrorListener
-
- All Known Implementing Classes:
ErrorBuffer
public interface STErrorListenerHow to handle messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompileTimeError(STMessage msg)voidinternalError(STMessage msg)voidIOError(STMessage msg)voidrunTimeError(STMessage msg)
-