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

#include <URLException.h>

Detailed Description

A tenduke::net::NetworkingException thrown when various URL-related errors occur.

Also a base class for more specific errors.

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

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.
 

Constructor & Destructor Documentation

◆ URLException()

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

Constructs new instance.

Parameters
message-

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