|
Dataquay 0.8
|
#include <exception>#include <QString>
Go to the source code of this file.
Classes | |
| class | Dataquay::UnknownTypeException |
| UnknownTypeException is an exception thrown by ObjectMapper classes when asked to load an object from an RDF entity whose type cannot be mapped to a C++ class type using the current TypeMapping. More... | |
| class | Dataquay::ConstructionFailedException |
| ConstructionFailedException is an exception that may be thrown by ObjectMapper classes if a class mapped from an RDF entity type could not be constructed. More... | |
| class | Dataquay::NoUriException |
| NoUriException is an exception thrown by ObjectMapper classes when asked to store a class that is expected to have been assigned a URI already, if its URI property is absent. More... | |
Namespaces | |
| namespace | Dataquay |