Dataquay 0.8
Dataquay::UnknownTypeException Class Reference

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>

Inheritance diagram for Dataquay::UnknownTypeException:

Public Member Functions

 UnknownTypeException (QString type) throw ()
 
virtual ~UnknownTypeException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

QString m_type
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UnknownTypeException()

Dataquay::UnknownTypeException::UnknownTypeException ( QString type)
throw ( )
inline

Definition at line 52 of file ObjectMapperExceptions.h.

◆ ~UnknownTypeException()

virtual Dataquay::UnknownTypeException::~UnknownTypeException ( )
throw ( )
inlinevirtual

Definition at line 53 of file ObjectMapperExceptions.h.

Member Function Documentation

◆ what()

virtual const char * Dataquay::UnknownTypeException::what ( ) const
throw ( )
inlinevirtual

Definition at line 54 of file ObjectMapperExceptions.h.

References m_type.

Member Data Documentation

◆ m_type

QString Dataquay::UnknownTypeException::m_type
protected

Definition at line 58 of file ObjectMapperExceptions.h.

Referenced by what().


The documentation for this class was generated from the following file: