Package com.almis.awe.listener
Class TemplateErrorListener
java.lang.Object
com.almis.awe.listener.TemplateErrorListener
- All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compileTimeError
(org.stringtemplate.v4.misc.STMessage stMessage) void
internalError
(org.stringtemplate.v4.misc.STMessage stMessage) void
IOError
(org.stringtemplate.v4.misc.STMessage stMessage) void
runTimeError
(org.stringtemplate.v4.misc.STMessage stMessage)
-
Constructor Details
-
TemplateErrorListener
public TemplateErrorListener()
-
-
Method Details
-
compileTimeError
public void compileTimeError(org.stringtemplate.v4.misc.STMessage stMessage) - Specified by:
compileTimeError
in interfaceorg.stringtemplate.v4.STErrorListener
-
runTimeError
public void runTimeError(org.stringtemplate.v4.misc.STMessage stMessage) - Specified by:
runTimeError
in interfaceorg.stringtemplate.v4.STErrorListener
-
IOError
public void IOError(org.stringtemplate.v4.misc.STMessage stMessage) - Specified by:
IOError
in interfaceorg.stringtemplate.v4.STErrorListener
-
internalError
public void internalError(org.stringtemplate.v4.misc.STMessage stMessage) - Specified by:
internalError
in interfaceorg.stringtemplate.v4.STErrorListener
-