Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | TaskRaisedException
Signals that an exception was raised inside a task. Four attributes provide information about the task and the exception: "task_id" is the task's id, "tag" is its tag, "exception" contains the original exception object, and "traceback" contains a text representation of the stack traceback at the time of the exception.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Oct 28 14:16:03 2008 | http://epydoc.sourceforge.net |