Package org.freedesktop.dbus.utils
Class XmlErrorHandlers.XmlErrorHandlerRuntimeException
- java.lang.Object
-
- org.freedesktop.dbus.utils.XmlErrorHandlers.XmlErrorHandlerRuntimeException
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- XmlErrorHandlers
public static class XmlErrorHandlers.XmlErrorHandlerRuntimeException extends Object implements ErrorHandler
XML Error Handler which will throw RuntimeException if any Exception was thrown.- Since:
- v1.0.3 - 2018-01-10
- Author:
- hypfvieh
-
-
Constructor Summary
Constructors Constructor Description XmlErrorHandlerRuntimeException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException _exception)voidfatalError(SAXParseException _exception)voidwarning(SAXParseException _exception)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException _exception) throws SAXException
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
public void error(SAXParseException _exception) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException _exception) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
-