Package ndg :: Package xacml :: Package core :: Package context :: Module exceptions :: Class XacmlContextError
[hide private]

Class XacmlContextError

source code

              object --+        
                       |        
exceptions.BaseException --+    
                           |    
        exceptions.Exception --+
                               |
                              XacmlContextError
Known Subclasses:

Base class for exceptions related XACML context handling

Instance Methods [hide private]
 
__init__(self, *arg, **kw)
Override Exception base class so as to add the response object in the exception instance
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__

Instance Variables [hide private]
ndg.xacml.core.context.response.Response __response
Context response object associated with this exception
Properties [hide private]
ndg.xacml.core.context.response.Response response

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

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

source code 

Override Exception base class so as to add the response object in the exception instance

Parameters:
  • arg (tuple) - base class arguments
  • kw (dict) - base class keywords if any
Overrides: object.__init__

Property Details [hide private]

response

Get Method:
unreachable.response(self) - Returns: Context response object associated with this exception
Set Method:
unreachable.response(self, value)
Type:
ndg.xacml.core.context.response.Response