senf::UnknownInterfaceException Struct Reference

Unknown interface. More...

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

Inheritance diagram for senf::UnknownInterfaceException:

Public Member Functions

 UnknownInterfaceException ()
 
 UnknownInterfaceException (std::string const &interface)
 
- 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

Unknown interface.

Definition at line 53 of file AddressExceptions.hh.

Constructor & Destructor Documentation

◆ UnknownInterfaceException() [1/2]

senf::UnknownInterfaceException::UnknownInterfaceException ( )
inline

Definition at line 55 of file AddressExceptions.hh.

◆ UnknownInterfaceException() [2/2]

senf::UnknownInterfaceException::UnknownInterfaceException ( std::string const &  interface)
inline

Definition at line 56 of file AddressExceptions.hh.


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