public class LoggingErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
LoggingErrorHandler() |
LoggingErrorHandler(Logger pLog) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
Level |
getFileContentLogLevel() |
InputStream |
getFileInputStream() |
void |
setFileInputStream(InputStream fileInputStream) |
void |
warning(SAXParseException e) |
public LoggingErrorHandler()
public LoggingErrorHandler(Logger pLog)
public void error(SAXParseException e) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic Level getFileContentLogLevel()
public InputStream getFileInputStream()
public void setFileInputStream(InputStream fileInputStream)
public void warning(SAXParseException e) throws SAXException
warning in interface ErrorHandlerSAXExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.