An exception generated directly by QM.
All exceptions thrown by QM should be derived from this class.
Methods
|
|
__init__
|
|
__init__
|
__init__ ( self, message )
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.
|
|