10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::net::MalformedURLException Class Reference

#include <MalformedURLException.h>

Detailed Description

Thrown when URL is malformed.

Inheritance diagram for tenduke::net::MalformedURLException:
tenduke::net::URLException tenduke::net::NetworkingException tenduke::TendukeException

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.
 

Constructor & Destructor Documentation

◆ MalformedURLException()

tenduke::net::MalformedURLException::MalformedURLException ( const std::string &  message)
inlineexplicit

Constructs new instance.

Parameters
message-

The documentation for this class was generated from the following file: