RDFDuplicateImportException is an exception that results from an import into a store from an RDF document in ImportFailOnDuplicates mode, where the document contains a triple that already exists in the store.
More...
#include <dataquay/RDFException.h>
RDFDuplicateImportException is an exception that results from an import into a store from an RDF document in ImportFailOnDuplicates mode, where the document contains a triple that already exists in the store.
Definition at line 146 of file RDFException.h.
◆ RDFDuplicateImportException() [1/2]
Dataquay::RDFDuplicateImportException::RDFDuplicateImportException |
( |
QString | message, |
|
|
QString | data = "" ) |
throw | ( | ) | | | |
|
inline |
◆ RDFDuplicateImportException() [2/2]
Dataquay::RDFDuplicateImportException::RDFDuplicateImportException |
( |
QString | message, |
|
|
const Triple & | t ) |
throw | ( | ) | | | |
|
inline |
◆ ~RDFDuplicateImportException()
virtual Dataquay::RDFDuplicateImportException::~RDFDuplicateImportException |
( |
| ) |
|
throw | ( | ) | | | |
|
inlinevirtual |
◆ what()
virtual const char * Dataquay::RDFException::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtualinherited |
◆ setMessage()
void Dataquay::RDFException::setMessage |
( |
QString | m | ) |
|
|
protectedinherited |
◆ m_message
char* Dataquay::RDFException::m_message |
|
protectedinherited |
The documentation for this class was generated from the following file: