#include <CS240Exception.h>


Public Member Functions | |
| CS240Exception (const CS240Exception &e) | |
| CS240Exception (const std::string &msg) | |
| CS240Exception () | |
| const std::string & | GetMessage () |
| virtual | ~CS240Exception () |
Protected Attributes | |
| std::string | message |
Definition at line 88 of file CS240Exception.h.
| CS240Exception::CS240Exception | ( | ) | [inline] |
Definition at line 91 of file CS240Exception.h.
| CS240Exception::CS240Exception | ( | const std::string & | msg | ) | [inline] |
Definition at line 95 of file CS240Exception.h.
| CS240Exception::CS240Exception | ( | const CS240Exception & | e | ) | [inline] |
Definition at line 99 of file CS240Exception.h.
| virtual CS240Exception::~CS240Exception | ( | ) | [inline, virtual] |
Definition at line 103 of file CS240Exception.h.
| const std::string& CS240Exception::GetMessage | ( | ) | [inline] |
std::string CS240Exception::message [protected] |
1.5.8