|
|
this class represents and exceptional condition of the library. The type of exceptional condition depends on the subclasses of this class
| Exception (const QObject *origin, const QString & description)
| Exception |
Builds an exception with the given description Stores name and type of the originating object
| QString description ()
| description |
[const]
this is the detailed description of the exception
| QString originName ()
| originName |
[const]
the name of the generating object
| QString originType ()
| originType |
[const]
the type of the originating object