Package conary :: Package build :: Module use :: Class NoSuchSubArchFlagError
[hide private]
[frames] | no frames]

Class NoSuchSubArchFlagError

source code

exceptions.Exception --+        
                       |        
      errors.ConaryError --+    
                           |    
             errors.CvcError --+
                               |
                              NoSuchSubArchFlagError

Instance Methods [hide private]
 
__init__(self, majArch, key) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__init__(self, majArch, key)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__