| Home | Trees | Indices | Help |
|
|---|
|
|
twisted.python.failure.Failure --+
|
copyable._RemoteCopyBase --+ |
| |
copyable.RemoteCopyOldStyle --+
|
CopiedFailure
I am a shadow of some remote Failure instance. I contain less information than the original did.
You can still extract a (brief) printable traceback from me. My .parents attribute is a list of strings describing the class of the exception that I contain, just like the real Failure had, so my trap() and check() methods work fine. My .type and .value attributes are string representations of the original exception class and exception instance, respectively. The most significant effect is that you cannot access f.value.args, and should instead just use f.value .
My .frames and .stack attributes are empty, although this may change in the future (and with the cooperation of the sender).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
nonCyclic = True
|
|||
stateSchema = FailureConstraint()
|
|||
pickled = 1
|
|||
__implemented__ = <implementedBy foolscap.call.CopiedFailure>
|
|||
__provides__ = <zope.interface.declarations.ClassProvides obje
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize me with an explanation of the error. By default, this will use the current exception ( If no
|
Avoid pickling objects in the traceback.
|
|
|
Emulate Python's standard error reporting mechanism.
|
|
|||
__provides__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 14 18:27:47 2008 | http://epydoc.sourceforge.net |