#include <CS240Exception.h>


Public Member Functions | |
| const std::string & | GetMessage () |
| IllegalStateException (const std::string &msg) | |
| IllegalStateException () | |
Protected Attributes | |
| std::string | message |
Definition at line 148 of file CS240Exception.h.
| IllegalStateException::IllegalStateException | ( | ) | [inline] |
Definition at line 151 of file CS240Exception.h.
| IllegalStateException::IllegalStateException | ( | const std::string & | msg | ) | [inline] |
Definition at line 155 of file CS240Exception.h.
| const std::string& CS240Exception::GetMessage | ( | ) | [inline, inherited] |
Definition at line 107 of file CS240Exception.h.
References CS240Exception::message.
std::string CS240Exception::message [protected, inherited] |
1.5.8