bpp-core3
3.0.0
|
General exception class dealing with row names. More...
#include <Bpp/Numeric/TableExceptions.h>
Public Member Functions | |
TableRowNamesException (const std::string &text) | |
virtual | ~TableRowNamesException () |
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... | |
General exception class dealing with row names.
Definition at line 91 of file TableExceptions.h.
|
inline |
Definition at line 95 of file TableExceptions.h.
|
inlinevirtual |
Definition at line 97 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_.