bpp-core
2.2.0
|
General exception class dealing with row names. More...
#include <Bpp/Numeric/DataTableExceptions.h>
Public Member Functions | |
TableRowNamesException (const std::string &text) | |
virtual | ~TableRowNamesException () throw () |
const char * | what () const throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
std::string | message_ |
General exception class dealing with row names.
Definition at line 127 of file DataTableExceptions.h.
|
inline |
Definition at line 131 of file DataTableExceptions.h.
|
inlinevirtual |
Definition at line 133 of file DataTableExceptions.h.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().