Package org.jdbi.v3.stringtemplate4
Class StringTemplateEngine.ErrorListener
- java.lang.Object
-
- org.jdbi.v3.stringtemplate4.StringTemplateEngine.ErrorListener
-
- All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener
- Enclosing class:
- StringTemplateEngine
static class StringTemplateEngine.ErrorListener extends java.lang.Object implements org.stringtemplate.v4.STErrorListener
-
-
Field Summary
Fields Modifier and Type Field Description private StatementContextctx
-
Constructor Summary
Constructors Constructor Description ErrorListener(StatementContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompileTimeError(org.stringtemplate.v4.misc.STMessage msg)voidinternalError(org.stringtemplate.v4.misc.STMessage msg)voidIOError(org.stringtemplate.v4.misc.STMessage msg)voidrunTimeError(org.stringtemplate.v4.misc.STMessage msg)
-
-
-
Field Detail
-
ctx
private final StatementContext ctx
-
-
Constructor Detail
-
ErrorListener
ErrorListener(StatementContext ctx)
-
-
Method Detail
-
compileTimeError
public void compileTimeError(org.stringtemplate.v4.misc.STMessage msg)
- Specified by:
compileTimeErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
runTimeError
public void runTimeError(org.stringtemplate.v4.misc.STMessage msg)
- Specified by:
runTimeErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
IOError
public void IOError(org.stringtemplate.v4.misc.STMessage msg)
- Specified by:
IOErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
internalError
public void internalError(org.stringtemplate.v4.misc.STMessage msg)
- Specified by:
internalErrorin interfaceorg.stringtemplate.v4.STErrorListener
-
-