Module org.apache.santuario.xmlsec
Package 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
ThisErrorHandlerdoes absolutely nothing but LOG the events.
-
-
Constructor Summary
Constructors Constructor Description IgnoreAllErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException ex)voidfatalError(SAXParseException ex)voidwarning(SAXParseException ex)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException ex) throws SAXException
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
public void error(SAXParseException ex) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException ex) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
-