Package qm :: Module common :: Class QMException
[show private | hide private]
[frames | no frames]

Class QMException

Exception --+
            |
           QMException

Known Subclasses:
AddressInUseError, ContextException, DatabaseError, InvalidFile, InvalidSessionError, MailError, NoSessionError, PrivilegedPortError, PythonException, SignalException, UserError

An exception generated directly by QM.

All exceptions thrown by QM should be derived from this class.
Method Summary
  __init__(self, message)
Construct a new 'QMException'.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, message)
(Constructor)

Construct a new 'QMException'.

'message' -- A string describing the cause of the message as structured text. If this exception is not handled, the 'message' will be displayed as an error message.
Overrides:
exceptions.Exception.__init__

Generated by Epydoc 2.1 on Thu Sep 27 15:49:07 2007 http://epydoc.sf.net