[python] Nicer exceptions

Havoc Pennington hp at pobox.com
Tue Jun 3 13:23:27 PDT 2008


Hi,

On Tue, Apr 1, 2008 at 3:54 PM, René 'Necoro' Neumann <lists at necoro.eu> wrote:
> Would there be the chance, that DBusExceptions provide a "traceback" and
> a "message" member, so that the traceback does not get included into the
> message anymore?

As far as the dbus protocol is concerned you can add more members to
the exception message. None of the current APIs would support it
though. You'd have to figure out whether it's realistic to add
support. It's fairly challenging in the libdbus case I would think
since you'd have to work it into DBusError.

Havoc


More information about the dbus mailing list