ErrorHandler
public 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 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–2018 The Apache Software Foundation. All rights reserved.