#include <RNAModel.h>
Inherits std::exception.
Public Member Functions | |
| OutsideGenomicSequence (const string &msg) throw () | |
| OutsideGenomicSequence () throw () | |
| ~OutsideGenomicSequence () throw () | |
| const char * | what () const throw () |
Private Attributes | |
| string | message |
| OutsideGenomicSequence::OutsideGenomicSequence | ( | const string & | msg | ) | throw () [inline] |
| OutsideGenomicSequence::OutsideGenomicSequence | ( | ) | throw () [inline] |
| OutsideGenomicSequence::~OutsideGenomicSequence | ( | ) | throw () [inline] |
| const char* OutsideGenomicSequence::what | ( | ) | const throw () [inline] |
References message.
Referenced by ESTAssembly::breakPrefixModel(), ESTAssembly::breakSuffixModel(), mRNAModel::growCDS3Prime(), and mRNAModel::setRNACDS().
string OutsideGenomicSequence::message [private] |
Referenced by what().
1.5.6