Class DBus::Error
In: lib/dbus/error.rb
Parent: StandardError

Represents a D-Bus Error, both on the client and server side.

Methods

new  

Attributes

dbus_message  [R]  for received errors, the raw D-Bus message
name  [R]  error_name. message is inherited from Exception

Public Class methods

If msg is a +DBus::Message+, its contents is used for initialization. Otherwise, msg is taken as a string and name is used.

[Validate]