ddbus.exception

Undocumented in source.

Members

Classes

DBusException
class DBusException

Thrown when a DBus error code was returned by libdbus.

InvalidValueException
class InvalidValueException

Thrown during type conversion between DBus types and D types when a value is encountered that can not be represented in the target type.

TypeMismatchException
class TypeMismatchException

Thrown when the signature of a message does not match the requested types or when trying to get a value from a DBusAny object that does not match the type of its actual value.

Functions

wrapErrors
T wrapErrors(T delegate(DBusError* err) del, string file, size_t line, Throwable next)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta