fawkes::InterfaceMessageEnqueueException 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::InterfaceMessageEnqueueException:

Public Member Functions | |
| InterfaceMessageEnqueueException (const char *type, const char *id) | |
| 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 56 of file interface.h.
Constructor & Destructor Documentation
| fawkes::InterfaceMessageEnqueueException::InterfaceMessageEnqueueException | ( | const char * | type, | |
| const char * | id | |||
| ) |
Constructor.
- Parameters:
-
type type of the interface which caused the exception id id of the interface which caused the exception
Definition at line 67 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

