RDFIncompleteURI is thrown when an attempt is made to construct a Uri from an incomplete URI string, such as a relative URI or a string with no scheme.
More...
#include <dataquay/RDFException.h>
RDFIncompleteURI is thrown when an attempt is made to construct a Uri from an incomplete URI string, such as a relative URI or a string with no scheme.
Relative URIs should be represented as plain strings, and expanded by the store using its base URI into Uri objects.
Definition at line 82 of file RDFException.h.
◆ RDFIncompleteURI()
Dataquay::RDFIncompleteURI::RDFIncompleteURI |
( |
QString | message, |
|
|
QString | data ) |
throw | ( | ) | | | |
|
inline |
◆ ~RDFIncompleteURI()
virtual Dataquay::RDFIncompleteURI::~RDFIncompleteURI |
( |
| ) |
|
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: