bpp-core3
3.0.0
|
Exception thrown when a given row name is not found is a DataTable object. More...
#include <Bpp/Numeric/TableExceptions.h>
Public Member Functions | |
TableRowNameNotFoundException (const std::string &text, const std::string &name) | |
virtual | ~TableRowNameNotFoundException () |
std::string | getName () const |
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... | |
Protected Attributes | |
std::string | _name |
Exception thrown when a given row name is not found is a DataTable object.
Definition at line 41 of file TableExceptions.h.
|
inline |
Definition at line 45 of file TableExceptions.h.
|
inlinevirtual |
Definition at line 47 of file TableExceptions.h.
|
inlineinherited |
Definition at line 35 of file TableExceptions.h.
References bpp::TableNameNotFoundException::_name.
|
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_.
|
protectedinherited |
Definition at line 27 of file TableExceptions.h.
Referenced by bpp::TableNameNotFoundException::getName().