Dataquay::RDFException Class Reference

Exception resulting from an error specific to the RDF datastore. More...

#include <dataquay/RDFException.h>

Inherited by Dataquay::RDFDuplicateImportException [virtual].

List of all members.

Public Member Functions

 RDFException (QString message, QString data="") throw ()
virtual ~RDFException () throw ()
virtual const char * what () const throw ()

Protected Attributes

QString m_message
QString m_data


Detailed Description

Exception resulting from an error specific to the RDF datastore.

Definition at line 48 of file RDFException.h.


Constructor & Destructor Documentation

Dataquay::RDFException::RDFException ( QString  message,
QString  data = "" 
) throw () [inline]

Definition at line 51 of file RDFException.h.

virtual Dataquay::RDFException::~RDFException (  )  throw () [inline, virtual]

Definition at line 53 of file RDFException.h.


Member Function Documentation

virtual const char* Dataquay::RDFException::what (  )  const throw () [inline, virtual]

Definition at line 54 of file RDFException.h.

References m_data, and m_message.


Member Data Documentation

QString Dataquay::RDFException::m_message [protected]

Definition at line 63 of file RDFException.h.

Referenced by what().

QString Dataquay::RDFException::m_data [protected]

Definition at line 64 of file RDFException.h.

Referenced by what().


The documentation for this class was generated from the following file:

Generated on Thu Sep 24 23:19:48 2009 for Dataquay by  doxygen 1.5.7.1