Class LoggingErrorListener
- java.lang.Object
-
- org.eclipse.collections.codegenerator.LoggingErrorListener
-
- All Implemented Interfaces:
org.stringtemplate.v4.STErrorListener
public final class LoggingErrorListener extends java.lang.Object implements org.stringtemplate.v4.STErrorListener
-
-
Field Summary
Fields Modifier and Type Field Description private ErrorListenererrorListenerprivate java.net.URLurl
-
Constructor Summary
Constructors Constructor Description LoggingErrorListener(ErrorListener errorListener, java.net.URL url)
-
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)private voidlogError(org.stringtemplate.v4.misc.STMessage stMessage, java.lang.String errorType)voidrunTimeError(org.stringtemplate.v4.misc.STMessage stMessage)
-
-
-
Field Detail
-
errorListener
private final ErrorListener errorListener
-
url
private final java.net.URL url
-
-
Constructor Detail
-
LoggingErrorListener
public LoggingErrorListener(ErrorListener errorListener, java.net.URL url)
-
-
Method Detail
-
logError
private void logError(org.stringtemplate.v4.misc.STMessage stMessage, java.lang.String errorType)
-
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
-
-