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.
|