#include <dataquay/RDFException.h>
Inherited by Dataquay::RDFDuplicateImportException [virtual].
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 |
Definition at line 48 of file RDFException.h.
| 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.
| virtual const char* Dataquay::RDFException::what | ( | ) | const throw () [inline, virtual] |
QString Dataquay::RDFException::m_message [protected] |
QString Dataquay::RDFException::m_data [protected] |
1.5.7.1