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

Class DBusException

source code

exceptions.Exception --+
                       |
                      DBusException
Known Subclasses:
IntrospectionParserException, MissingErrorHandlerException, MissingReplyHandlerException, NameExistsException, UnknownMethodException, ValidationException

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__str__(self) source code
 
get_dbus_name(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__