10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
MalformedURLException.h
1
#ifndef TENDUKE_NET_MALFORMEDURLEXCEPTION_H
2
#define TENDUKE_NET_MALFORMEDURLEXCEPTION_H
3
4
#include "./URLException.h"
5
6
namespace
tenduke
{
namespace
net
{
7
8
11
class
MalformedURLException
:
public
tenduke::net::URLException
12
{
13
public
:
18
explicit
MalformedURLException
(
const
std::string& message)
19
:
tenduke
::
net
::
URLException
(message)
20
{}
21
};
22
23
24
}}
25
26
#endif
// TENDUKE_NET_MALFORMEDURLEXCEPTION_H
MalformedURLException::MalformedURLException
MalformedURLException(const std::string &message)
Constructs new instance.
Definition
MalformedURLException.h:18
tenduke::net::MalformedURLException::MalformedURLException
MalformedURLException(const std::string &message)
Constructs new instance.
Definition
MalformedURLException.h:18
tenduke::net::URLException
A tenduke::net::NetworkingException thrown when various URL-related errors occur.
Definition
URLException.h:14
tenduke::net::URLException::URLException
URLException(const std::string &message)
Constructs new instance.
Definition
URLException.h:20
tenduke::net
Generic networking support.
Definition
AbstractURLCodec.h:6
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
net
MalformedURLException.h
Generated by
1.17.0