CEBL  2.1
Public Member Functions | Protected Attributes
DataSourceException Class Reference

DataSource Exception. More...

#include <Exceptions.hpp>

Public Member Functions

 DataSourceException (string message)
virtual ~DataSourceException () throw ()
virtual const char * what () const throw ()

Protected Attributes

string message

Detailed Description

DataSource Exception.

Definition at line 130 of file Exceptions.hpp.


Constructor & Destructor Documentation

DataSourceException::DataSourceException ( string  message)
inline

Definition at line 136 of file Exceptions.hpp.

References message.

virtual DataSourceException::~DataSourceException ( ) throw ()
inlinevirtual

Definition at line 141 of file Exceptions.hpp.


Member Function Documentation

virtual const char* DataSourceException::what ( ) const throw ()
inlinevirtual

Definition at line 143 of file Exceptions.hpp.

References message.


Field Documentation

string DataSourceException::message
protected

Definition at line 133 of file Exceptions.hpp.

Referenced by DataSourceException(), and what().


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