bpp-core
2.2.0
|
Exception thrown when trying to retrieve a row by its name and no row names have been specified. More...
#include <Bpp/Numeric/DataTableExceptions.h>
Public Member Functions | |
NoTableRowNamesException (const std::string &text) | |
virtual | ~NoTableRowNamesException () throw () |
const char * | what () const throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
std::string | message_ |
Exception thrown when trying to retrieve a row by its name and no row names have been specified.
Definition at line 102 of file DataTableExceptions.h.
|
inline |
Definition at line 106 of file DataTableExceptions.h.
|
inlinevirtual |
Definition at line 108 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().