Dataquay 0.8
Dataquay::NoUriException Class Reference

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...

#include <dataquay/objectmapper/ObjectMapperExceptions.h>

Inheritance diagram for Dataquay::NoUriException:

Public Member Functions

 NoUriException (QString oname, QString cname) throw ()
 
virtual ~NoUriException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

QString m_oname
 
QString m_cname
 

Detailed Description

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.

Definition at line 87 of file ObjectMapperExceptions.h.

Constructor & Destructor Documentation

◆ NoUriException()

Dataquay::NoUriException::NoUriException ( QString oname,
QString cname )
throw ( )
inline

Definition at line 89 of file ObjectMapperExceptions.h.

◆ ~NoUriException()

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

Definition at line 90 of file ObjectMapperExceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 91 of file ObjectMapperExceptions.h.

References m_cname, and m_oname.

Member Data Documentation

◆ m_oname

QString Dataquay::NoUriException::m_oname
protected

Definition at line 96 of file ObjectMapperExceptions.h.

Referenced by what().

◆ m_cname

QString Dataquay::NoUriException::m_cname
protected

Definition at line 97 of file ObjectMapperExceptions.h.

Referenced by what().


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