#include <CS240Exception.h>


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