|
bpp-core
2.1.0
|
Exception thrown when attempting to duplicate a row name. More...
#include <Bpp/Numeric/DataTableExceptions.h>
Inheritance diagram for bpp::DuplicatedTableRowNameException:
Collaboration diagram for bpp::DuplicatedTableRowNameException:Public Member Functions | |
| DuplicatedTableRowNameException (const std::string &text) | |
| virtual | ~DuplicatedTableRowNameException () throw () |
| const char * | what () const throw () |
| Method to get the message of the exception (STL method redefinition). | |
Protected Attributes | |
| std::string | message_ |
Exception thrown when attempting to duplicate a row name.
Definition at line 151 of file DataTableExceptions.h.
| bpp::DuplicatedTableRowNameException::DuplicatedTableRowNameException | ( | const std::string & | text | ) | [inline] |
Definition at line 155 of file DataTableExceptions.h.
| virtual bpp::DuplicatedTableRowNameException::~DuplicatedTableRowNameException | ( | ) | throw () [inline, virtual] |
Definition at line 157 of file DataTableExceptions.h.
| const char* bpp::Exception::what | ( | ) | const throw () [inline, inherited] |
Method to get the message of the exception (STL method redefinition).
Definition at line 86 of file Exceptions.h.
References bpp::Exception::message_.
std::string bpp::Exception::message_ [protected, inherited] |
Definition at line 60 of file Exceptions.h.
Referenced by bpp::Exception::what().