|
bpp-core3
3.0.0
|
Excpetion thrown when attempting to duplicate a column name. More...
#include <Bpp/Numeric/TableExceptions.h>
Inheritance diagram for bpp::DuplicatedTableColumnNameException:
Collaboration diagram for bpp::DuplicatedTableColumnNameException:Public Member Functions | |
| DuplicatedTableColumnNameException (const std::string &text) | |
| virtual | ~DuplicatedTableColumnNameException () |
| 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... | |
Excpetion thrown when attempting to duplicate a column name.
Definition at line 127 of file TableExceptions.h.
|
inline |
Definition at line 131 of file TableExceptions.h.
|
inlinevirtual |
Definition at line 133 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_.