ErrorHandlerpublic class IgnoreAllErrorHandler extends Object implements ErrorHandler
ErrorHandler does absolutely nothing but log
the events.| Constructor | Description |
|---|---|
IgnoreAllErrorHandler() |
| Modifier and Type | Method | 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–2018 The Apache Software Foundation. All rights reserved.