Package conary :: Package conaryclient :: Module update :: Class DependencyFailure
[hide private]
[frames] | no frames]

Class DependencyFailure

source code

exceptions.Exception --+            
                       |            
      errors.ConaryError --+        
                           |        
          errors.ClientError --+    
                               |    
                     UpdateError --+
                                   |
                                  DependencyFailure
Known Subclasses:
DepResolutionFailure, NeededTrovesFailure

Base class for dependency failures

Instance Methods [hide private]
 
__init__(self, cfg, depList, suggMap, cannotResolve, jobSets, criticalUpdates) source code
 
__str__(self) source code
 
setErrorMessage(self, errorMessage) source code
 
getErrorMessage(self) source code
 
hasCriticalUpdates(self) source code
 
getCriticalUpdates(self) source code
 
getSuggestions(self) source code
 
getDepList(self) source code
 
getCannotResolve(self) source code
 
getJobSets(self) source code
 
formatVF(self, troveTup, showVersion=True) source code
 
formatNVF(self, troveTup, showVersion=True) source code

Inherited from UpdateError: display

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, cfg, depList, suggMap, cannotResolve, jobSets, criticalUpdates)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__