Package org.teamapps.dto.generate
Class StringTemplatesErrorListener
- java.lang.Object
-
- org.teamapps.dto.generate.StringTemplatesErrorListener
-
- All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener
public class StringTemplatesErrorListener extends java.lang.Object implements org.stringtemplate.v4.STErrorListener
-
-
Constructor Summary
Constructors Constructor Description StringTemplatesErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompileTimeError(org.stringtemplate.v4.misc.STMessage stMessage)voidinternalError(org.stringtemplate.v4.misc.STMessage stMessage)voidIOError(org.stringtemplate.v4.misc.STMessage stMessage)voidrunTimeError(org.stringtemplate.v4.misc.STMessage stMessage)
-
-
-
Method Detail
-
compileTimeError
public void compileTimeError(org.stringtemplate.v4.misc.STMessage stMessage)
- Specified by:
compileTimeErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
runTimeError
public void runTimeError(org.stringtemplate.v4.misc.STMessage stMessage)
- Specified by:
runTimeErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
IOError
public void IOError(org.stringtemplate.v4.misc.STMessage stMessage)
- Specified by:
IOErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
internalError
public void internalError(org.stringtemplate.v4.misc.STMessage stMessage)
- Specified by:
internalErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
-