Dataquay 0.8
|
#include <QString>
#include <exception>
Go to the source code of this file.
Classes | |
class | Dataquay::RDFException |
RDFException is an exception that results from incorrect usage of the RDF store interface or unsuitable data provided to a function. More... | |
class | Dataquay::RDFIncompleteURI |
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... | |
class | Dataquay::RDFInternalError |
RDFInternalError is an exception that results from an internal error in the RDF store. More... | |
class | Dataquay::RDFUnsupportedError |
RDFUnsupportedError is an exception that results from an attempt to use a feature that is not supported or not configured in the current build. More... | |
class | Dataquay::RDFTransactionError |
RDFTransactionError is an exception that results from incorrect use of a Transaction, for example using a Transaction object after it has been committed. More... | |
class | Dataquay::RDFDuplicateImportException |
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... | |
Namespaces | |
namespace | Dataquay |