Client not in map exception.
More...
#include <DeskflowException.h>
|
| 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.
|
|
| 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.
◆ UnknownClientException()
| UnknownClientException::UnknownClientException |
( |
const std::string & | name | ) |
|
|
explicit |
◆ ~UnknownClientException()
| UnknownClientException::~UnknownClientException |
( |
| ) |
|
| throw | ( | ) | | | |
|
overridedefault |
◆ getName()
| const std::string & UnknownClientException::getName |
( |
| ) |
const |
|
virtualnoexcept |
◆ getWhat()
| std::string UnknownClientException::getWhat |
( |
| ) |
const |
| throw | ( | ) | | | |
|
overrideprotectedvirtual |
Get a human readable string describing the exception.
Reimplemented from BaseException.
The documentation for this class was generated from the following files: