Dataquay 0.8
Dataquay::RDFDuplicateImportException Class Reference

RDFDuplicateImportException is an exception that results from an import into a store from an RDF document in ImportFailOnDuplicates mode, where the document contains a triple that already exists in the store. More...

#include <dataquay/RDFException.h>

Inheritance diagram for Dataquay::RDFDuplicateImportException:

Public Member Functions

 RDFDuplicateImportException (QString message, QString data="") throw ()
 
 RDFDuplicateImportException (QString message, const Triple &t) throw ()
 
virtual ~RDFDuplicateImportException () throw ()
 
virtual const char * what () const throw ()
 

Protected Member Functions

void setMessage (QString m)
 

Protected Attributes

char * m_message
 

Detailed Description

RDFDuplicateImportException is an exception that results from an import into a store from an RDF document in ImportFailOnDuplicates mode, where the document contains a triple that already exists in the store.

Definition at line 146 of file RDFException.h.

Constructor & Destructor Documentation

◆ RDFDuplicateImportException() [1/2]

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

Definition at line 149 of file RDFException.h.

◆ RDFDuplicateImportException() [2/2]

Dataquay::RDFDuplicateImportException::RDFDuplicateImportException ( QString message,
const Triple & t )
throw ( )
inline

Definition at line 151 of file RDFException.h.

◆ ~RDFDuplicateImportException()

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

Definition at line 153 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: