Package dbus :: Module exceptions :: Class MissingErrorHandlerException
[hide private]
[frames] | no frames]

Class MissingErrorHandlerException

source code

exceptions.Exception --+    
                       |    
           DBusException --+
                           |
                          MissingErrorHandlerException

Instance Methods [hide private]
 
__init__(self) source code

Inherited from DBusException: __str__, get_dbus_name

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: DBusException.__init__