bpp-core3
3.0.0
|
Exception thrown when trying to retrieve a row by its name and no row names have been specified. More...
#include <Bpp/Numeric/TableExceptions.h>
Public Member Functions | |
NoTableRowNamesException (const std::string &text) | |
virtual | ~NoTableRowNamesException () |
const char * | what () const noexcept override |
Method to get the message of the exception (STL method redefinition). More... | |
const std::string & | message () const noexcept |
Access the message as a std::string. More... | |
Exception thrown when trying to retrieve a row by its name and no row names have been specified.
Definition at line 66 of file TableExceptions.h.
|
inline |
Definition at line 70 of file TableExceptions.h.
|
inlinevirtual |
Definition at line 72 of file TableExceptions.h.
|
noexceptinherited |
Access the message as a std::string.
Definition at line 79 of file Exceptions.cpp.
References bpp::Exception::message_.
|
overridenoexceptinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 78 of file Exceptions.cpp.
References bpp::Exception::message_.