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