Package conary :: Package conaryclient :: Module cmdline :: Class TroveSpecError
[hide private]
[frames] | no frames]

Class TroveSpecError

source code

exceptions.Exception --+        
                       |        
      errors.ConaryError --+    
                           |    
           errors.ParseError --+
                               |
                              TroveSpecError

Instance Methods [hide private]
 
__init__(self, spec, error) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, spec, error)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__