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

SocketIOCloseException - Thrown if a stream cannot be closed. More...

#include <SocketException.h>

Inheritance diagram for SocketIOCloseException:
Collaboration diagram for SocketIOCloseException:

Public Member Functions

 SocketIOCloseException ()
 SocketIOCloseException (const std::string &msg)
 ~SocketIOCloseException () 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.

Protected Member Functions

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

Detailed Description

SocketIOCloseException - Thrown if a stream cannot be closed.

Constructor & Destructor Documentation

◆ SocketIOCloseException() [1/2]

SocketIOCloseException::SocketIOCloseException ( )
inline

◆ SocketIOCloseException() [2/2]

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

◆ ~SocketIOCloseException()

SocketIOCloseException::~SocketIOCloseException ( )
throw ( )
overridedefault

Member Function Documentation

◆ getWhat()

std::string SocketIOCloseException::getWhat ( ) const
throw ( )
overrideprotectedvirtual

Get a human readable string describing the exception.

Reimplemented from BaseException.

◆ what()

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

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