Package conary :: Package lib :: Module cfgtypes :: Class CfgEnvironmentError
[hide private]
[frames] | no frames]

Class CfgEnvironmentError

source code

exceptions.Exception --+    
                       |    
                CfgError --+
                           |
                          CfgEnvironmentError

Instance Methods [hide private]
 
__str__(self) source code
 
__init__(self, path, msg) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__

__init__(self, path, msg)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__