fawkes::HandlerAlreadyRegisteredException Class Reference
[Fawkes Network Communication]
Client handler has already been registered.
More...
#include <netcomm/fawkes/client.h>
Inheritance diagram for fawkes::HandlerAlreadyRegisteredException:

Public Member Functions | |
| HandlerAlreadyRegisteredException () | |
| Costructor. | |
Detailed Description
Client handler has already been registered.Only a single client handler can be registered per component. If you try to register a handler where there is already a handler this exception is thrown.
Definition at line 43 of file client.h.
Constructor & Destructor Documentation
| fawkes::HandlerAlreadyRegisteredException::HandlerAlreadyRegisteredException | ( | ) |
The documentation for this class was generated from the following files:
- src/libs/netcomm/fawkes/client.h
- src/libs/netcomm/fawkes/client.cpp

