Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
Client not in map exception. More...
#include <XDeskflow.h>
Public Member Functions | |
XUnknownClient (const std::string &name) | |
~XUnknownClient () override throw () =default | |
Public Member Functions inherited from XBase | |
XBase () | |
Use getWhat() as the result of what() | |
XBase (const std::string &msg) | |
Use msg as the result of what() | |
~XBase () override throw () =default | |
const char * | what () const override throw () |
Reason for exception. |
accessors | |
virtual const std::string & | getName () const noexcept |
Get the client's name. | |
std::string | getWhat () const override throw () |
Get a human readable string describing the exception. |
Additional Inherited Members | |
Protected Member Functions inherited from XBase | |
virtual std::string | format (const char *id, const char *defaultFormat,...) const noexcept |
Format a string. |
Client not in map exception.
Thrown when a client attempting to connect is using a name that is unknown to the server.
|
explicit |
|
overridedefault |
|
virtualnoexcept |
Get the client's name.
|
overrideprotectedvirtual |
Get a human readable string describing the exception.
Reimplemented from XBase.