class Exception

this class represents and exceptional condition of the library. More...

Full nameKDB::Exception
Definition#include <exception.h>
InheritsQObject (qt) [public ]
Inherited byConnectionException, ConversionException, DataException, HostNotFound, InvalidLogin, InvalidRequest, LibraryError, ObjectNotFound, PluginException, PluginNotFound, SQLError, ServerError, UnsupportedCapability
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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