#include <GenModel.h>
Inherits std::exception.
Public Member Functions | |
| PointOutChain () throw () | |
| PointOutChain (const char *msg) throw () | |
| PointOutChain (const string &msg) throw () | |
| ~PointOutChain () throw () | |
| virtual const char * | what () const throw () |
Private Attributes | |
| string | message |
| PointOutChain::PointOutChain | ( | ) | throw () [inline] |
| PointOutChain::PointOutChain | ( | const char * | msg | ) | throw () [inline] |
| PointOutChain::PointOutChain | ( | const string & | msg | ) | throw () [inline, explicit] |
| PointOutChain::~PointOutChain | ( | ) | throw () [inline] |
| virtual const char* PointOutChain::what | ( | ) | const throw () [inline, virtual] |
References message.
Referenced by Graphid::assemble(), assembleChain(), breakExtraModel(), ESTAssemblyid::breakPrefixModel(), ESTAssemblyid::breakSuffixModel(), checkBadStopIndex(), and ESTAssembly::findDip().
string PointOutChain::message [private] |
Referenced by what().
1.5.6