Package ndg :: Package soap :: Module client :: Class UrlLib2SOAPClientError
[hide private]

Class UrlLib2SOAPClientError

source code


Specialisation to enable the urllib2 response to be included in the exception instance as context information for the caller

Nested Classes [hide private]
  URLLIB2RESPONSE_TYPE
class to add info() and geturl() methods to an open file.
Instance Methods [hide private]
 
__init__(self, *arg, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_getUrllib2Response(self) source code
 
_setUrllib2Response(self, value) source code

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Properties [hide private]
  urllib2Response
Urllib2Response

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__init__(self, *arg, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

urllib2Response

Urllib2Response

Get Method:
_getUrllib2Response(self)
Set Method:
_setUrllib2Response(self, value)