|
bpp-popgen
2.2.0
|
The IndividualNotFoundException class. More...
#include <Bpp/PopGen/GeneralExceptions.h>
Inheritance diagram for bpp::IndividualNotFoundException:
Collaboration diagram for bpp::IndividualNotFoundException:Public Member Functions | |
| IndividualNotFoundException (const char *text, size_t id) | |
| Build the exception with a numerical identifier. More... | |
| IndividualNotFoundException (const std::string &text, size_t id) | |
| Build the exception with a numerical identifier. More... | |
| IndividualNotFoundException (const char *text, const std::string &id) | |
| Build the exception with a textual identifier. More... | |
| IndividualNotFoundException (const std::string &text, const std::string &id) | |
| Build the exception with a textual identifier. More... | |
| ~IndividualNotFoundException () throw () | |
| virtual const std::string | getIdentifier () const |
| Return the value of the identifier as a string. More... | |
Protected Attributes | |
| const std::string | id_ |
The IndividualNotFoundException class.
Definition at line 222 of file GeneralExceptions.h.
| IndividualNotFoundException::IndividualNotFoundException | ( | const char * | text, |
| size_t | id | ||
| ) |
Build the exception with a numerical identifier.
Definition at line 165 of file GeneralExceptions.cpp.
| IndividualNotFoundException::IndividualNotFoundException | ( | const std::string & | text, |
| size_t | id | ||
| ) |
Build the exception with a numerical identifier.
Definition at line 170 of file GeneralExceptions.cpp.
| IndividualNotFoundException::IndividualNotFoundException | ( | const char * | text, |
| const std::string & | id | ||
| ) |
Build the exception with a textual identifier.
Definition at line 175 of file GeneralExceptions.cpp.
| IndividualNotFoundException::IndividualNotFoundException | ( | const std::string & | text, |
| const std::string & | id | ||
| ) |
Build the exception with a textual identifier.
Definition at line 180 of file GeneralExceptions.cpp.
| IndividualNotFoundException::~IndividualNotFoundException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 185 of file GeneralExceptions.cpp.
|
virtual |
Return the value of the identifier as a string.
Reimplemented from bpp::BadIdentifierException.
Definition at line 187 of file GeneralExceptions.cpp.
References bpp::BadIdentifierException::getIdentifier().
Referenced by bpp::DataSet::deleteIndividualByIdFromGroup(), bpp::DataSet::getIndividualByIdFromGroup(), and bpp::DataSet::getIndividualPositionInGroup().
|
protectedinherited |
Definition at line 94 of file GeneralExceptions.h.
Referenced by bpp::BadIdentifierException::getIdentifier().