|
bpp-seq3
3.0.0
|
Exception thrown when a stop codon is found. More...
#include <Bpp/Seq/GeneticCode/GeneticCode.h>
Inheritance diagram for bpp::StopCodonException:
Collaboration diagram for bpp::StopCodonException:Public Member Functions | |
| StopCodonException (const std::string &text, const std::string &codon) | |
| virtual | ~StopCodonException () |
| virtual const std::string & | getCodon () const |
| const char * | what () const noexcept override |
| const std::string & | message () const noexcept |
Private Attributes | |
| std::string | codon_ |
| std::string | message_ |
Exception thrown when a stop codon is found.
Definition at line 20 of file GeneticCode.h.
| StopCodonException::StopCodonException | ( | const std::string & | text, |
| const std::string & | codon | ||
| ) |
Definition at line 14 of file GeneticCode.cpp.
|
inlinevirtual |
Definition at line 31 of file GeneticCode.h.
|
inlinevirtual |
Definition at line 34 of file GeneticCode.h.
References codon_.
|
private |
Definition at line 24 of file GeneticCode.h.
Referenced by getCodon().