Package com.github.hypfvieh.util.xml
Class XmlErrorHandlers.XmlErrorHandlerQuiet
java.lang.Object
com.github.hypfvieh.util.xml.XmlErrorHandlers.XmlErrorHandlerQuiet
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XmlErrorHandlers
XML Error Handler which will silently ignore all thrown Exceptions.
- Since:
- v1.0.3 - 2018-01-10
- Author:
- hypfvieh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException _exception) voidfatalError(SAXParseException _exception) voidwarning(SAXParseException _exception)
-
Constructor Details
-
XmlErrorHandlerQuiet
public XmlErrorHandlerQuiet()
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-