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

Class UnknownMethodException

source code

exceptions.Exception --+    
                       |    
           DBusException --+
                           |
                          UnknownMethodException

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

Inherited from DBusException: __str__, get_dbus_name

Inherited from exceptions.Exception: __getitem__

Class Variables [hide private]
  _dbus_error_name = 'org.freedesktop.DBus.Error.UnknownMethod'
Method Details [hide private]

__init__(self, method)
(Constructor)

source code 
Overrides: DBusException.__init__