Class IgnoreAllErrorHandler
java.lang.Object
org.docx4j.org.apache.xml.security.utils.IgnoreAllErrorHandler
- All Implemented Interfaces:
org.xml.sax.ErrorHandler
public class IgnoreAllErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
This
ErrorHandler does absolutely nothing but log
the events.- Author:
- Christian Geuer-Pollmann
-
Constructor Summary
Constructors Constructor Description IgnoreAllErrorHandler() -
Method Summary
Modifier and Type Method Description voiderror(org.xml.sax.SAXParseException ex)voidfatalError(org.xml.sax.SAXParseException ex)voidwarning(org.xml.sax.SAXParseException ex)
-
Constructor Details
-
IgnoreAllErrorHandler
public IgnoreAllErrorHandler()
-
-
Method Details
-
warning
public void warning(org.xml.sax.SAXParseException ex) throws org.xml.sax.SAXException- Specified by:
warningin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
error
public void error(org.xml.sax.SAXParseException ex) throws org.xml.sax.SAXException- Specified by:
errorin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-
fatalError
public void fatalError(org.xml.sax.SAXParseException ex) throws org.xml.sax.SAXException- Specified by:
fatalErrorin interfaceorg.xml.sax.ErrorHandler- Throws:
org.xml.sax.SAXException
-