|
10Duke Enterprise C++ Client
|
#include <MalformedURLException.h>
Thrown when URL is malformed.
Public Member Functions | |
| MalformedURLException (const std::string &message) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::net::URLException | |
| URLException (const std::string &message) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::net::NetworkingException | |
| NetworkingException (const std::string &message) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::TendukeException | |
| TendukeException (const std::string &message) | |
| Constructs new instance. | |
|
inlineexplicit |
Constructs new instance.
| message | - |