#include <dataquay/RDFException.h>
Inherits Dataquay::RDFException.
Public Member Functions | |
| RDFDuplicateImportException (QString message, QString data="") throw () | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| QString | m_message |
| QString | m_data |
Definition at line 74 of file RDFException.h.
| Dataquay::RDFDuplicateImportException::RDFDuplicateImportException | ( | QString | message, | |
| QString | data = "" | |||
| ) | throw () [inline] |
Definition at line 77 of file RDFException.h.
| virtual const char* Dataquay::RDFException::what | ( | ) | const throw () [inline, virtual, inherited] |
Definition at line 54 of file RDFException.h.
References Dataquay::RDFException::m_data, and Dataquay::RDFException::m_message.
QString Dataquay::RDFException::m_message [protected, inherited] |
QString Dataquay::RDFException::m_data [protected, inherited] |
1.5.7.1