Class Slf4jStErrorListener
java.lang.Object
org.springframework.ai.template.st.Slf4jStErrorListener
- All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener
An
STErrorListener that delegates to slf4j.- Author:
- Sun Yuhan
-
Method Summary
Modifier and TypeMethodDescriptionvoidcompileTimeError(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)
-
Method Details
-
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
-