@Immutable @CodingStyleguideUnaware(value="logger too visible by purpose") public class LoggingSAXErrorHandler extends AbstractSAXErrorHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
s_aLogger |
| Constructor and Description |
|---|
LoggingSAXErrorHandler() |
LoggingSAXErrorHandler(ErrorHandler aWrappedErrorHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getErrorMessage(EErrorLevel eErrorLevel,
SAXParseException aException) |
static LoggingSAXErrorHandler |
getInstance() |
protected void |
internalLog(EErrorLevel eErrorLevel,
SAXParseException aException) |
error, fatalError, getSaxParseError, getWrappedErrorHandler, toString, warningpublic LoggingSAXErrorHandler()
public LoggingSAXErrorHandler(@Nullable ErrorHandler aWrappedErrorHandler)
@Nonnull public static LoggingSAXErrorHandler getInstance()
@Nonnull @Nonempty @OverrideOnDemand protected String getErrorMessage(@Nonnull EErrorLevel eErrorLevel, SAXParseException aException)
protected void internalLog(@Nonnull EErrorLevel eErrorLevel, SAXParseException aException)
internalLog in class AbstractSAXErrorHandlerCopyright © 2006–2014 phloc systems. All rights reserved.