Package org.freedesktop.dbus.utils
Class XmlErrorHandlers
- java.lang.Object
-
- org.freedesktop.dbus.utils.XmlErrorHandlers
-
public class XmlErrorHandlers extends java.lang.ObjectSample ErrorHandlers for XML Parsing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlErrorHandlers.XmlErrorHandlerQuietXML Error Handler which will silently ignore all thrown Exceptions.static classXmlErrorHandlers.XmlErrorHandlerRuntimeExceptionXML Error Handler which will throw RuntimeException if any Exception was thrown.
-
Constructor Summary
Constructors Constructor Description XmlErrorHandlers()
-