lib45d
45Drives C++ Library API Documentation
Public Member Functions | List of all members
ffd::SocketCreateException Class Reference

Thrown when socket() returns -1 with strerror(errno) as what. More...

#include <45d/socket/Exceptions.hpp>

Inheritance diagram for ffd::SocketCreateException:
Inheritance graph
[legend]
Collaboration diagram for ffd::SocketCreateException:
Collaboration graph
[legend]

Public Member Functions

 SocketCreateException (const std::string &what, int err=0)
 
- Public Member Functions inherited from ffd::SocketException
 SocketException (const std::string &what, int err=0)
 
- Public Member Functions inherited from ffd::Exception
 Exception (const std::string &what, int err=0) noexcept
 Construct a new Exception object. More...
 
const char * what (void) const noexcept
 Return string containing explanation message. More...
 
int get_errno (void) const noexcept
 Get the errno relating to the error, 0 if not set. More...
 

Detailed Description

Thrown when socket() returns -1 with strerror(errno) as what.


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