Dataquay 0.8
Dataquay::RDFIncompleteURI Class Reference

RDFIncompleteURI is thrown when an attempt is made to construct a Uri from an incomplete URI string, such as a relative URI or a string with no scheme. More...

#include <dataquay/RDFException.h>

Inheritance diagram for Dataquay::RDFIncompleteURI:

Public Member Functions

 RDFIncompleteURI (QString message, QString data) throw ()
 
virtual ~RDFIncompleteURI () throw ()
 
virtual const char * what () const throw ()
 

Protected Member Functions

void setMessage (QString m)
 

Protected Attributes

char * m_message
 

Detailed Description

RDFIncompleteURI is thrown when an attempt is made to construct a Uri from an incomplete URI string, such as a relative URI or a string with no scheme.

Relative URIs should be represented as plain strings, and expanded by the store using its base URI into Uri objects.

Definition at line 82 of file RDFException.h.

Constructor & Destructor Documentation

◆ RDFIncompleteURI()

Dataquay::RDFIncompleteURI::RDFIncompleteURI ( QString message,
QString data )
throw ( )
inline

Definition at line 85 of file RDFException.h.

◆ ~RDFIncompleteURI()

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

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