CEBL  2.1
Public Member Functions | Protected Attributes
DataException Class Reference

Data Exception. More...

#include <Exceptions.hpp>

Public Member Functions

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

Protected Attributes

string message

Detailed Description

Data Exception.

Definition at line 75 of file Exceptions.hpp.


Constructor & Destructor Documentation

DataException::DataException ( string  message)
inline

Definition at line 81 of file Exceptions.hpp.

References message.

virtual DataException::~DataException ( ) throw ()
inlinevirtual

Definition at line 86 of file Exceptions.hpp.


Member Function Documentation

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

Reimplemented in DataExceptionUnderflow.

Definition at line 88 of file Exceptions.hpp.

References message.


Field Documentation

string DataException::message
protected

Definition at line 78 of file Exceptions.hpp.

Referenced by DataException(), what(), and DataExceptionUnderflow::what().


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