34#ifndef DATAQUAY_EXCEPTION_H
35#define DATAQUAY_EXCEPTION_H
Node represents a single RDF node, with conversions to and from variant types.
RDFDuplicateImportException is an exception that results from an import into a store from an RDF docu...
virtual ~RDFDuplicateImportException()
RDFDuplicateImportException(QString message, const Triple &t)
RDFDuplicateImportException(QString message, QString data="")
RDFException is an exception that results from incorrect usage of the RDF store interface or unsuitab...
RDFException(QString message)
RDFException(QString message, const Triple &triple)
RDFException(QString message, QString data)
RDFException(const RDFException &e)
virtual const char * what() const
void setMessage(QString m)
RDFException(QString message, const Uri &uri)
RDFException(QString message, const Node &node)
RDFException & operator=(const RDFException &e)
RDFIncompleteURI is thrown when an attempt is made to construct a Uri from an incomplete URI string,...
virtual ~RDFIncompleteURI()
RDFIncompleteURI(QString message, QString data)
RDFInternalError is an exception that results from an internal error in the RDF store.
virtual ~RDFInternalError()
RDFInternalError(QString message, const Uri &data)
RDFInternalError(QString message, QString data="")
RDFTransactionError is an exception that results from incorrect use of a Transaction,...
virtual ~RDFTransactionError()
RDFTransactionError(QString message, QString data="")
RDFUnsupportedError is an exception that results from an attempt to use a feature that is not support...
RDFUnsupportedError(QString message, QString data="")
RDFUnsupportedError(QString message, const Uri &data)
virtual ~RDFUnsupportedError()
Triple represents an RDF statement made up of three Node objects.
Uri represents a single URI.