Package pyamf :: Package remoting :: Class BaseFault
[hide private]
[frames] | no frames]

Class BaseFault

source code


I represent a Fault message (mx.rpc.Fault).


See Also: mx.rpc.Fault on Livedocs (external)

Nested Classes [hide private]
  __amf__
Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code
 
raiseException(self)
Raises an exception based on the fault object.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Instance Variables [hide private]
str level = None
The level of the fault.
str code
A simple code describing the fault.
str description
Text description of the fault.
str details
Any extra details of the fault.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

raiseException(self)

source code 

Raises an exception based on the fault object. There is no traceback available.