bpp-core3
3.0.0
|
Exception thrown when attempting to duplicate a row name. More...
#include <Bpp/Numeric/TableExceptions.h>
Public Member Functions | |
DuplicatedTableRowNameException (const std::string &text) | |
virtual | ~DuplicatedTableRowNameException () |
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 attempting to duplicate a row name.
Definition at line 115 of file TableExceptions.h.
|
inline |
Definition at line 119 of file TableExceptions.h.
|
inlinevirtual |
Definition at line 121 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_.