|
bpp-phyl
2.2.0
|
Exception that may be thrown by susbstitution models. More...
#include <Bpp/Phyl/Model/SubstitutionModel.h>
Inheritance diagram for bpp::SubstitutionModelException:
Collaboration diagram for bpp::SubstitutionModelException:Public Member Functions | |
| SubstitutionModelException (const std::string &text, const SubstitutionModel *sm=0) | |
| SubstitutionModelException (const SubstitutionModelException &sme) | |
| SubstitutionModelException & | operator= (const SubstitutionModelException &sme) |
| ~SubstitutionModelException () throw () | |
| virtual const SubstitutionModel * | getSubstitutionModel () const |
| Get the model that throws the exception. More... | |
Protected Attributes | |
| const SubstitutionModel * | model_ |
Exception that may be thrown by susbstitution models.
Definition at line 72 of file SubstitutionModel.h.
| bpp::SubstitutionModelException::SubstitutionModelException | ( | const std::string & | text, |
| const SubstitutionModel * | sm = 0 |
||
| ) |
|
inline |
Definition at line 81 of file SubstitutionModel.h.
| bpp::SubstitutionModelException::~SubstitutionModelException | ( | ) | ||
| throw | ( | |||
| ) | ||||
|
inlinevirtual |
Get the model that throws the exception.
Definition at line 99 of file SubstitutionModel.h.
References model_.
|
inline |
Definition at line 84 of file SubstitutionModel.h.
References model_.
|
protected |
Definition at line 76 of file SubstitutionModel.h.
Referenced by getSubstitutionModel(), and operator=().