bpp-seq
2.2.0
|
Exception thrown when a stop codon is found. More...
#include <Bpp/Seq/GeneticCode/GeneticCode.h>
Public Member Functions | |
StopCodonException (const std::string &text, const std::string &codon) | |
virtual | ~StopCodonException () throw () |
virtual const std::string & | getCodon () const |
Private Attributes | |
std::string | codon_ |
Exception thrown when a stop codon is found.
Definition at line 54 of file GeneticCode.h.
StopCodonException::StopCodonException | ( | const std::string & | text, |
const std::string & | codon | ||
) |
Definition at line 49 of file GeneticCode.cpp.
|
inlinevirtual |
Definition at line 65 of file GeneticCode.h.
|
inlinevirtual |
Definition at line 68 of file GeneticCode.h.
References codon_.
|
private |
Definition at line 58 of file GeneticCode.h.
Referenced by getCodon().