#include <bioseq.h>
Inherits std::exception.
Public Member Functions | |
| bioseqexception () throw () | |
| bioseqexception (const string &msg) throw () | |
| ~bioseqexception () throw () | |
| const char * | what () const throw () |
Private Attributes | |
| string | errstr |
| bioseqexception::bioseqexception | ( | ) | throw () [inline] |
| bioseqexception::bioseqexception | ( | const string & | msg | ) | throw () [inline] |
| bioseqexception::~bioseqexception | ( | ) | throw () [inline] |
| const char* bioseqexception::what | ( | ) | const throw () [inline] |
References errstr.
string bioseqexception::errstr [private] |
Referenced by what().
1.5.6