This exception is thrown if a write has been attempted on a read-only interface. More...
#include <interface/interface.h>
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.
Definition at line 60 of file interface.h.
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.