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