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 ErrorHandler
SAXException
public void error(SAXParseException ex) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException ex) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.