CEBL  2.1
Public Member Functions | Protected Attributes
DataProcessException Class Reference

DataProcess Exception. More...

#include <Exceptions.hpp>

Public Member Functions

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

Protected Attributes

string message

Detailed Description

DataProcess Exception.

Definition at line 150 of file Exceptions.hpp.


Constructor & Destructor Documentation

DataProcessException::DataProcessException ( string  message)
inline

Definition at line 156 of file Exceptions.hpp.

References message.

virtual DataProcessException::~DataProcessException ( ) throw ()
inlinevirtual

Definition at line 161 of file Exceptions.hpp.


Member Function Documentation

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

Definition at line 163 of file Exceptions.hpp.

References message.


Field Documentation

string DataProcessException::message
protected

Definition at line 153 of file Exceptions.hpp.

Referenced by DataProcessException(), and what().


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