This exception is thrown if a write has been attempted on a read-only interface. More...
#include <interface/interface.h>
Public Member Functions | |
InterfaceWriteDeniedException (const char *type, const char *id, const char *msg) | |
Constructor. |
This exception is thrown if a write has been attempted on a read-only interface.
Definition at line 54 of file interface.h.
fawkes::InterfaceWriteDeniedException::InterfaceWriteDeniedException | ( | const char * | type, | |
const char * | id, | |||
const char * | msg | |||
) |
Constructor.
type | type of the interface which caused the exception | |
id | id of the interface which caused the exception | |
msg | additional informative message |
Definition at line 52 of file interface.cpp.