Dataquay 0.8
Dataquay::RDFInternalError Class Reference

RDFInternalError is an exception that results from an internal error in the RDF store. More...

#include <dataquay/RDFException.h>

Inheritance diagram for Dataquay::RDFInternalError:

Public Member Functions

 RDFInternalError (QString message, QString data="") throw ()
 
 RDFInternalError (QString message, const Uri &data) throw ()
 
virtual ~RDFInternalError () throw ()
 
virtual const char * what () const throw ()
 

Protected Member Functions

void setMessage (QString m)
 

Protected Attributes

char * m_message
 

Detailed Description

RDFInternalError is an exception that results from an internal error in the RDF store.

Definition at line 96 of file RDFException.h.

Constructor & Destructor Documentation

◆ RDFInternalError() [1/2]

Dataquay::RDFInternalError::RDFInternalError ( QString message,
QString data = "" )
throw ( )
inline

Definition at line 99 of file RDFException.h.

◆ RDFInternalError() [2/2]

Dataquay::RDFInternalError::RDFInternalError ( QString message,
const Uri & data )
throw ( )
inline

Definition at line 101 of file RDFException.h.

◆ ~RDFInternalError()

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

Definition at line 103 of file RDFException.h.

Member Function Documentation

◆ what()

virtual const char * Dataquay::RDFException::what ( ) const
throw ( )
inlinevirtualinherited

Definition at line 66 of file RDFException.h.

References Dataquay::RDFException::m_message.

◆ setMessage()

void Dataquay::RDFException::setMessage ( QString m)
protectedinherited

Member Data Documentation

◆ m_message

char* Dataquay::RDFException::m_message
protectedinherited

Definition at line 69 of file RDFException.h.

Referenced by Dataquay::RDFException::what().


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