| Home | Trees | Index | Help |
|---|
| Package twisted :: Package spread :: Module pb :: Class CopiedFailure |
|
Unjellyable--+ |RemoteCopy--+ |Failure--+ | CopiedFailure
| 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)
| |
getTraceback(self)
(inherited from Failure)
| |
Emulate Python's standard error reporting mechanism. | |
Print a traceback as densely as possible. (inherited from Failure)
| |
Emulate Python's standard error reporting mechanism. | |
Print a traceback with detailed locals and globals information. (inherited from Failure)
| |
Emulate Python's standard error reporting mechanism. | |
I will be invoked with the state to copy locally. (inherited from RemoteCopy)
| |
setStateFor(self,
unjellier,
state)
(inherited from Unjellyable)
| |
Trap this failure if its type is in a predetermined list. (inherited from Failure)
| |
unjellyFor(self,
unjellier,
jellyList)
(inherited from RemoteCopy)
| |
| Method Details |
|---|
printBriefTraceback(self, file=None)Emulate Python's standard error reporting mechanism.
|
printDetailedTraceback(self, file=None)Emulate Python's standard error reporting mechanism.
|
printTraceback(self, file=None)Emulate Python's standard error reporting mechanism.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:46:03 2003 | http://epydoc.sf.net |