This exception is thrown if a message has been queued in the interface which is not recognized by the interface. More...
#include <>>
Public Member Functions | |
InterfaceInvalidMessageException (const Interface *interface, const Message *message) | |
Constructor. |
This exception is thrown if a message has been queued in the interface which is not recognized by the interface.
Definition at line 66 of file interface.h.
fawkes::InterfaceInvalidMessageException::InterfaceInvalidMessageException | ( | const Interface * | interface, | |
const Message * | message | |||
) |
Constructor.
interface | interface that the invalid message was enqueued to | |
message | enqueued message |
Definition at line 87 of file interface.cpp.