| Home | Trees | Index | Help |
|---|
| Package twisted :: Package spread :: Module pb :: Class CopyableFailure |
|
Failure --+
|
Jellyable --+ |
| |
Serializable --+ |
| |
Copyable --+
|
CopyableFailure
flavors.RemoteCopy and flavors.Copyable version of twisted.python.failure.Failure for
serialization.
| Method Summary | |
|---|---|
Initialize me with an explanation of the error. (inherited from Failure)
| |
Avoid pickling objects in the traceback. (inherited from Failure)
| |
__repr__(self)
(inherited from Failure)
| |
__str__(self)
(inherited from Failure)
| |
check(self,
*errorTypes)
(inherited from Failure)
| |
Remove references to other objects, replacing them with strings. (inherited from Failure)
| |
getBriefTraceback(self)
(inherited from Failure)
| |
Get a string of the exception which caused this Failure. (inherited from Failure)
| |
getStateFor(self,
jellier)
(inherited from Jellyable)
| |
Gather state to send when I am serialized for a peer. | |
Gather state to send when I am serialized for a particular perspective. (inherited from Copyable)
| |
getTraceback(self)
(inherited from Failure)
| |
Determine what type tag to send for me. (inherited from Copyable)
| |
Determine what type tag to send for me. (inherited from Copyable)
| |
Assemble type tag and state to copy for this broker. (inherited from Copyable)
| |
Print a traceback as densely as possible. (inherited from Failure)
| |
Print a traceback with detailed locals and globals information. (inherited from Failure)
| |
Emulate Python's standard error reporting mechanism. (inherited from Failure)
| |
Return an ID which uniquely represents this object for this process. (inherited from Serializable)
| |
Trap this failure if its type is in a predetermined list. (inherited from Failure)
| |
| Method Details |
|---|
getStateToCopy(self)Gather state to send when I am serialized for a peer. I will default to returning self.__dict__. Override this to customize this behavior.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:46:03 2003 | http://epydoc.sf.net |