Fawkes API
Fawkes Development Version
|
This exception is thrown if a write has been attempted on a read-only interface. More...
#include <>>
Public Member Functions | |
InterfaceMessageEnqueueException (const char *type, const char *id) | |
Constructor. |
This exception is thrown if a write has been attempted on a read-only interface.
fawkes::InterfaceMessageEnqueueException::InterfaceMessageEnqueueException | ( | const char * | type, |
const char * | id | ||
) |
Constructor.
type | type of the interface which caused the exception |
id | id of the interface which caused the exception |
Definition at line 70 of file interface.cpp.