RDFException is an exception that results from incorrect usage of the RDF store interface or unsuitable data provided to a function.
More...
#include <dataquay/RDFException.h>
RDFException is an exception that results from incorrect usage of the RDF store interface or unsuitable data provided to a function.
For example, this exception would be thrown in response to trying to add an incomplete triple to the store.
Definition at line 55 of file RDFException.h.
◆ RDFException() [1/6]
Dataquay::RDFException::RDFException |
( |
QString | message | ) |
|
throw | ( | ) | | | |
◆ RDFException() [2/6]
Dataquay::RDFException::RDFException |
( |
QString | message, |
|
|
QString | data ) |
throw | ( | ) | | | |
◆ RDFException() [3/6]
Dataquay::RDFException::RDFException |
( |
QString | message, |
|
|
const Uri & | uri ) |
throw | ( | ) | | | |
◆ RDFException() [4/6]
Dataquay::RDFException::RDFException |
( |
QString | message, |
|
|
const Node & | node ) |
throw | ( | ) | | | |
◆ RDFException() [5/6]
Dataquay::RDFException::RDFException |
( |
QString | message, |
|
|
const Triple & | triple ) |
throw | ( | ) | | | |
◆ RDFException() [6/6]
Dataquay::RDFException::RDFException |
( |
const RDFException & | e | ) |
|
throw | ( | ) | | | |
◆ ~RDFException()
virtual Dataquay::RDFException::~RDFException |
( |
| ) |
|
throw | ( | ) | | | |
|
virtual |
◆ operator=()
◆ what()
virtual const char * Dataquay::RDFException::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ setMessage()
void Dataquay::RDFException::setMessage |
( |
QString | m | ) |
|
|
protected |
◆ m_message
char* Dataquay::RDFException::m_message |
|
protected |
The documentation for this class was generated from the following file: