Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
Incompatible client exception. More...
#include <XDeskflow.h>
Public Member Functions | |
XIncompatibleClient (int major, int minor) | |
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 | |
int | getMajor () const noexcept |
Get client's major version number. | |
int | getMinor () const noexcept |
Get client's minor version number. | |
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. |
Incompatible client exception.
Thrown when a client attempting to connect has an incompatible version.
|
noexcept |
Get client's major version number.
|
noexcept |
Get client's minor version number.
|
overrideprotectedvirtual |
Get a human readable string describing the exception.
Reimplemented from XBase.