Dataquay 0.8
|
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...
#include <dataquay/objectmapper/ObjectMapperExceptions.h>
Public Member Functions | |
ConstructionFailedException (QString type) throw () | |
virtual | ~ConstructionFailedException () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
QString | m_type |
ConstructionFailedException is an exception that may be thrown by ObjectMapper classes if a class mapped from an RDF entity type could not be constructed.
Definition at line 68 of file ObjectMapperExceptions.h.
|
inline |
Definition at line 70 of file ObjectMapperExceptions.h.
|
inlinevirtual |
Definition at line 71 of file ObjectMapperExceptions.h.
|
inlinevirtual |
Definition at line 72 of file ObjectMapperExceptions.h.
References m_type.
|
protected |
Definition at line 77 of file ObjectMapperExceptions.h.
Referenced by what().