org.apache.xml.security.utils
Class IgnoreAllErrorHandler
java.lang.Object
org.apache.xml.security.utils.IgnoreAllErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class IgnoreAllErrorHandler
- extends Object
- implements ErrorHandler
This ErrorHandler does absolutely nothing but log
the events.
- Author:
- Christian Geuer-Pollmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreAllErrorHandler
public IgnoreAllErrorHandler()
warning
public void warning(SAXParseException ex)
throws SAXException
- Specified by:
warning in interface ErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException ex)
throws SAXException
- Specified by:
error in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException ex)
throws SAXException
- Specified by:
fatalError in interface ErrorHandler
- Throws:
SAXException
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.