#include <hazy_model.h>
Public Member Functions | |
| UnknownStrategyException (const char *file, int line, const char *msg) | |
| virtual | ~UnknownStrategyException () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | _filename |
| std::string | _msg |
| int | _line |
| UnknownStrategyException::UnknownStrategyException | ( | const char * | file, | |
| int | line, | |||
| const char * | msg | |||
| ) | [inline] |
| virtual UnknownStrategyException::~UnknownStrategyException | ( | ) | throw () [inline, virtual] |
| virtual const char* UnknownStrategyException::what | ( | ) | const throw () [inline, virtual] |
std::string UnknownStrategyException::_filename [private] |
int UnknownStrategyException::_line [private] |
std::string UnknownStrategyException::_msg [private] |
1.4.7