Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

KDB::Exception Class Reference

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

#include <exception.h>

Inheritance diagram for KDB::Exception:

KDB::QObject KDB::ConnectionException KDB::DataException KDB::PluginException KDB::HostNotFound KDB::InvalidLogin KDB::ConversionException KDB::InvalidRequest KDB::ObjectNotFound KDB::ServerError KDB::SQLError KDB::LibraryError KDB::PluginNotFound KDB::UnsupportedCapability List of all members.

Public Methods

 Exception (const QString & description)
 Builds an exception with the given description.

QString description ()
 this is the detailed description of the exception.


Detailed Description

this class represents and exceptional condition of the library.

The type of exceptional condition depends on the subclasses of this class

Author(s):
Alessandro Praduroux <pradu@thekompany.com> , Michael Koch <m_kock@bigfoot.de>
Version:
kdbcore 0.0.2


Constructor & Destructor Documentation

Exception ( const QString & description )
 

Builds an exception with the given description.


Member Function Documentation

QString description ( ) [inline]
 

this is the detailed description of the exception.


The documentation for this class was generated from the following file:
Generated at Fri Sep 29 16:32:22 2000 for KDB by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000