#include <CS240Exception.h>


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