CEBL
2.1
|
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 |
Data Exception.
Definition at line 75 of file Exceptions.hpp.
|
inline |
Definition at line 81 of file Exceptions.hpp.
References message.
|
inlinevirtual |
Definition at line 86 of file Exceptions.hpp.
|
inlinevirtual |
Reimplemented in DataExceptionUnderflow.
Definition at line 88 of file Exceptions.hpp.
References message.
|
protected |
Definition at line 78 of file Exceptions.hpp.
Referenced by DataException(), what(), and DataExceptionUnderflow::what().