10Duke Enterprise C++ Client
|
#include <URLException.h>
A tenduke::net::NetworkingException thrown when various URL-related errors occur.
Also a base class for more specific errors.
Public Member Functions | |
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 | - |