qm :: test :: database :: NoSuchSuiteError :: Class NoSuchSuiteError
[hide private]
[frames] | no frames]

Class NoSuchSuiteError
source code

exceptions.Exception --+            
                       |            
      common.QMException --+        
                           |        
               DatabaseError --+    
                               |    
                 NoSuchItemError --+
                                   |
                                  NoSuchSuiteError

The specified suite does not exist.

Instance Methods [hide private]
  __init__(self, suite_id)
Construct a new 'NoSuchSuiteError'

Inherited from NoSuchItemError: __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, suite_id)
(Constructor)

source code 

Construct a new 'NoSuchSuiteError'

'suite_id' -- The name of the suite that does not exist.
Overrides: NoSuchItemError.__init__