#include <CS240Exception.h>


Public Member Functions | |
| FileException (const std::string &msg) | |
| FileException () | |
| const std::string & | GetMessage () |
Protected Attributes | |
| std::string | message |
Definition at line 190 of file CS240Exception.h.
| FileException::FileException | ( | ) | [inline] |
Definition at line 193 of file CS240Exception.h.
| FileException::FileException | ( | const std::string & | msg | ) | [inline] |
Definition at line 197 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