Dataquay 0.8
Dataquay::ConstructionFailedException Class Reference

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>

Inheritance diagram for Dataquay::ConstructionFailedException:

Public Member Functions

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

Protected Attributes

QString m_type
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ConstructionFailedException()

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

Definition at line 70 of file ObjectMapperExceptions.h.

◆ ~ConstructionFailedException()

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

Definition at line 71 of file ObjectMapperExceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 72 of file ObjectMapperExceptions.h.

References m_type.

Member Data Documentation

◆ m_type

QString Dataquay::ConstructionFailedException::m_type
protected

Definition at line 77 of file ObjectMapperExceptions.h.

Referenced by what().


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