Modul org.freedesktop.dbus
Package org.freedesktop.dbus.utils
Klasse XmlErrorHandlers.XmlErrorHandlerRuntimeException
java.lang.Object
org.freedesktop.dbus.utils.XmlErrorHandlers.XmlErrorHandlerRuntimeException
- Alle implementierten Schnittstellen:
ErrorHandler
- Umschließende Klasse:
XmlErrorHandlers
public static class XmlErrorHandlers.XmlErrorHandlerRuntimeException
extends Object
implements ErrorHandler
XML Error Handler which will throw RuntimeException if any Exception was thrown.
- Seit:
- v1.0.3 - 2018-01-10
- Autor:
- hypfvieh
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiderror(SAXParseException _exception) voidfatalError(SAXParseException _exception) voidwarning(SAXParseException _exception)
-
Konstruktordetails
-
XmlErrorHandlerRuntimeException
public XmlErrorHandlerRuntimeException()
-
-
Methodendetails
-
warning
- Angegeben von:
warningin SchnittstelleErrorHandler- Löst aus:
SAXException
-
error
- Angegeben von:
errorin SchnittstelleErrorHandler- Löst aus:
SAXException
-
fatalError
- Angegeben von:
fatalErrorin SchnittstelleErrorHandler- Löst aus:
SAXException
-