#include <CS240Exception.h>


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