Package gofer :: Package rmi :: Module async :: Class Failed
[hide private]
[frames] | no frames]

Class Failed

source code

AsyncReply --+    
             |    
    FinalReply --+
                 |
                Failed

Failed reply to asynchronous operation. This reply indicates an exception was raised.


See Also: Failed.throw

Instance Methods [hide private]
 
__init__(self, envelope) source code
 
throw(self)
Throw contained exception.
source code
 
__str__(self) source code

Inherited from FinalReply: failed, notify, succeeded

Instance Variables [hide private]
object exval
The returned exception.

Inherited from AsyncReply: any, origin, sn

Method Details [hide private]

__init__(self, envelope)
(Constructor)

source code 
Parameters:
  • envelope (Envelope) - The received envelope.
Overrides: AsyncReply.__init__

throw(self)

source code 

Throw contained exception.

Raises:
  • Exception - When contained.
Overrides: FinalReply.throw
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: AsyncReply.__str__