#include <interface/interface.h>
Inheritance diagram for fawkes::InterfaceWriteDeniedException:
Public Member Functions | |
InterfaceWriteDeniedException (const char *type, const char *id, const char *msg) | |
Constructor. |
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.