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

Class NoSuchResourceError
source code

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

The specified resource does not exist.

Instance Methods [hide private]
  __init__(self, resource_id)
Construct a new 'NoSuchResourceError'

Inherited from NoSuchItemError: __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, resource_id)
(Constructor)

source code 

Construct a new 'NoSuchResourceError'

'resource_id' -- The name of the resource that does not exist.
Overrides: NoSuchItemError.__init__