senf::UnknownHostnameException Struct Reference

Resolver failure. More...

#include <senf/Socket/Protocols/AddressExceptions.hh>

Inheritance diagram for senf::UnknownHostnameException:

Public Member Functions

 UnknownHostnameException ()
 
 UnknownHostnameException (std::string const &hostname)
 
- Public Member Functions inherited from senf::Exception
virtual ~Exception ()
 
virtual char const * what () const
 
- Public Member Functions inherited from senf::ExceptionMixin
std::string message () const
 
std::string backtrace () const
 
void append (std::string text)
 

Additional Inherited Members

- Protected Member Functions inherited from senf::AddressException
 AddressException (std::string const &msg)
 
- Protected Member Functions inherited from senf::Exception
 Exception (std::string const &description="")
 
- Protected Member Functions inherited from senf::ExceptionMixin
 ExceptionMixin (std::string const &description="")
 
- Protected Attributes inherited from senf::ExceptionMixin
std::string what_
 

Detailed Description

Resolver failure.

Definition at line 45 of file AddressExceptions.hh.

Constructor & Destructor Documentation

◆ UnknownHostnameException() [1/2]

senf::UnknownHostnameException::UnknownHostnameException ( )
inline

Definition at line 47 of file AddressExceptions.hh.

◆ UnknownHostnameException() [2/2]

senf::UnknownHostnameException::UnknownHostnameException ( std::string const &  hostname)
inline

Definition at line 48 of file AddressExceptions.hh.


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