Fawkes API
Fawkes Development Version
|
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.
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.