![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Client already connected exception. More...
#include <DeskflowException.h>


Public Member Functions | |
| DuplicateClientException (const std::string &name) | |
| ~DuplicateClientException () override throw () =default | |
| 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. | |
accessors | |
| virtual const std::string & | getName () const noexcept |
| Get 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 BaseException | |
| virtual std::string | format (const char *id, const char *defaultFormat,...) const noexcept |
| Format a string. | |
Client already connected exception.
Thrown when a client attempting to connect is using the same name as a client that is already connected.
|
explicit |
|
overridedefault | ||||||||||||
|
virtualnoexcept |
Get client's name.
|
overrideprotectedvirtual | ||||||||||||
Get a human readable string describing the exception.
Reimplemented from BaseException.