HWRF  trunk@4391
Public Member Functions | Public Attributes | List of all members
produtil.acl.ACLError Class Reference

Superclass of any ACL errors. More...

Detailed Description

Superclass of any ACL errors.

Definition at line 15 of file acl.py.

Inheritance diagram for produtil.acl.ACLError:
produtil.acl.ACLCannotGet produtil.acl.ACLCannotSet produtil.acl.ACLCannotStringify produtil.acl.ACLLibraryError produtil.acl.ACLMissingError

Public Member Functions

def __init__ (self, message, errno)
 ACLError constructor. More...
 

Public Attributes

 errno
 The errno value when the error happened. More...
 

Constructor & Destructor Documentation

def produtil.acl.ACLError.__init__ (   self,
  message,
  errno 
)

ACLError constructor.

Parameters
messagethe description of the error
errnothe system errno from the error

Definition at line 17 of file acl.py.

Member Data Documentation

produtil.acl.ACLError.errno

The errno value when the error happened.

Definition at line 22 of file acl.py.


The documentation for this class was generated from the following file: