fawkes::InterfaceInvalidMessageException Class Reference
[Fawkes Exceptions]
This exception is thrown if a message has been queued in the interface which is not recognized by the interface.
More...
#include <interface/interface.h>
Inheritance diagram for fawkes::InterfaceInvalidMessageException:

Public Member Functions | |
| InterfaceInvalidMessageException (const Interface *interface, const Message *message) | |
| Constructor. | |
Detailed Description
This exception is thrown if a message has been queued in the interface which is not recognized by the interface.Definition at line 62 of file interface.h.
Constructor & Destructor Documentation
| fawkes::InterfaceInvalidMessageException::InterfaceInvalidMessageException | ( | const Interface * | interface, | |
| const Message * | message | |||
| ) |
Constructor.
- Parameters:
-
interface interface that the invalid message was enqueued to message enqueued message
Definition at line 84 of file interface.cpp.
The documentation for this class was generated from the following files:
- src/libs/interface/interface.h
- src/libs/interface/interface.cpp

