Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
SocketWithWhatException Class Reference

SocketWithWhatException - generic SocketException Exception with a generic what method impl. More...

#include <SocketException.h>

Inheritance diagram for SocketWithWhatException:
Collaboration diagram for SocketWithWhatException:

Public Member Functions

 SocketWithWhatException ()
 SocketWithWhatException (const std::string &msg)
 ~SocketWithWhatException () override throw () =default
const char * what () const override throw ()
Public Member Functions inherited from BaseException
 BaseException ()
 Use getWhat() as the result of what().
 BaseException (const std::string &msg)
 Use msg as the result of what().
 ~BaseException () override throw () =default
const char * what () const override throw ()
 Reason for exception.

Additional Inherited Members

Protected Member Functions inherited from BaseException
virtual std::string getWhat () const noexcept
 Get a human readable string describing the exception.
virtual std::string format (const char *id, const char *defaultFormat,...) const noexcept
 Format a string.

Detailed Description

SocketWithWhatException - generic SocketException Exception with a generic what method impl.

Constructor & Destructor Documentation

◆ SocketWithWhatException() [1/2]

SocketWithWhatException::SocketWithWhatException ( )
inline

◆ SocketWithWhatException() [2/2]

SocketWithWhatException::SocketWithWhatException ( const std::string & msg)
inlineexplicit

◆ ~SocketWithWhatException()

SocketWithWhatException::~SocketWithWhatException ( )
throw ( )
overridedefault

Member Function Documentation

◆ what()

const char * SocketWithWhatException::what ( ) const
throw ( )
inlineoverride

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