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

Class DatabaseError
source code

exceptions.Exception --+    
                       |    
      common.QMException --+
                           |
                          DatabaseError
Known Subclasses:
NoSuchItemError

An exception relating to a 'Database'.

All exceptions raised directly by 'Database', or its derived classes, will be instances of 'DatabaseError', or a class derived from 'DatabaseError'.

If QMTest catches the exception, it will treat the string representation of the exception as an error message to be formatted for the user.

Instance Methods [hide private]

Inherited from common.QMException: __init__

Inherited from exceptions.Exception: __getitem__, __str__