public class IgnoreAllErrorHandler extends Object implements ErrorHandler
ErrorHandler does absolutely nothing but LOG
the events.| Constructor and Description |
|---|
IgnoreAllErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException ex) |
void |
fatalError(SAXParseException ex) |
void |
warning(SAXParseException ex) |
public void warning(SAXParseException ex) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException ex) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException ex) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.