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

Class NoSuchTestError
source code

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

The specified test does not exist.

Instance Methods [hide private]
  __init__(self, test_id)
Construct a new 'NoSuchTestError'

Inherited from NoSuchItemError: __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, test_id)
(Constructor)

source code 

Construct a new 'NoSuchTestError'

'test_id' -- The name of the test that does not exist.
Overrides: NoSuchItemError.__init__