|
bpp-core
2.1.0
|
General exception class dealing with column names. More...
#include <Bpp/Numeric/DataTableExceptions.h>
Inheritance diagram for bpp::TableColumnNamesException:
Collaboration diagram for bpp::TableColumnNamesException:Public Member Functions | |
| TableColumnNamesException (const std::string &text) | |
| virtual | ~TableColumnNamesException () 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 column names.
Definition at line 139 of file DataTableExceptions.h.
|
inline |
Definition at line 143 of file DataTableExceptions.h.
|
inlinevirtual |
Definition at line 145 of file DataTableExceptions.h.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 86 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 60 of file Exceptions.h.
Referenced by bpp::Exception::what().