fawkes::InterfaceWriteDeniedException Class Reference
[Fawkes Exceptions]
This exception is thrown if a write has been attempted on a read-only interface.
More...
#include <interface/interface.h>
Inheritance diagram for fawkes::InterfaceWriteDeniedException:

Public Member Functions | |
| InterfaceWriteDeniedException (const char *type, const char *id, const char *msg) | |
| Constructor. | |
Detailed Description
This exception is thrown if a write has been attempted on a read-only interface.
- See also:
- Interface::write()
Definition at line 50 of file interface.h.
Constructor & Destructor Documentation
| fawkes::InterfaceWriteDeniedException::InterfaceWriteDeniedException | ( | const char * | type, | |
| const char * | id, | |||
| const char * | msg | |||
| ) |
Constructor.
- Parameters:
-
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 49 of file interface.cpp.
The documentation for this class was generated from the following files:
- src/libs/interface/interface.h
- src/libs/interface/interface.cpp

