qm ::
test ::
database ::
DatabaseError ::
Class DatabaseError
|
|
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.
|
:
__init__
:
__getitem__ ,
__str__
|