Package conary :: Package build :: Module source :: Class SourceError
[hide private]
[frames] | no frames]

Class SourceError

source code

exceptions.Exception --+            
                       |            
      errors.ConaryError --+        
                           |        
             errors.CvcError --+    
                               |    
                errors.CookError --+
                                   |
                                  SourceError

Base class from which source error classes inherit

Instance Methods [hide private]
 
__init__(self, msg, *args) source code
 
__repr__(self) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

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

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__