Dataquay 0.8
|
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...
#include <dataquay/objectmapper/ObjectMapperExceptions.h>
Public Member Functions | |
UnknownTypeException (QString type) throw () | |
virtual | ~UnknownTypeException () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | m_type |
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.
Definition at line 50 of file ObjectMapperExceptions.h.
|
inline |
Definition at line 52 of file ObjectMapperExceptions.h.
|
inlinevirtual |
Definition at line 53 of file ObjectMapperExceptions.h.
|
inlinevirtual |
Definition at line 54 of file ObjectMapperExceptions.h.
References m_type.
|
protected |
Definition at line 58 of file ObjectMapperExceptions.h.
Referenced by what().