![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
SocketIOCloseException - Thrown if a stream cannot be closed. More...
#include <SocketException.h>


Public Member Functions | |
| SocketIOCloseException () | |
| SocketIOCloseException (const QString &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 QString &msg) | |
Use msg as the result of what(). | |
| ~BaseException () override throw () =default | |
| const char * | what () const override throw () |
| Reason for exception. | |
Protected Member Functions | |
| QString | getWhat () const override throw () |
| Get a human readable string describing the exception. | |
| Protected Member Functions inherited from BaseException | |
| virtual QString | format (const char *id, const char *defaultFormat,...) const noexcept |
| Format a string. | |
SocketIOCloseException - Thrown if a stream cannot be closed.
|
inline |
|
inlineexplicit |
|
overridedefault | ||||||||||||
|
overrideprotectedvirtual | ||||||||||||
Get a human readable string describing the exception.
Reimplemented from BaseException.
|
inlineoverride | ||||||||||||