fawkes::InterfaceInvalidException Class Reference
[Fawkes Exceptions]
This exception is thrown if an interface is invalid and it is attempted to call read()/write().
More...
#include <interface/interface.h>
Inheritance diagram for fawkes::InterfaceInvalidException:

Public Member Functions | |
| InterfaceInvalidException (const Interface *interface, const char *method) | |
| Constructor. | |
Detailed Description
This exception is thrown if an interface is invalid and it is attempted to call read()/write().Definition at line 69 of file interface.h.
Constructor & Destructor Documentation
| fawkes::InterfaceInvalidException::InterfaceInvalidException | ( | const Interface * | interface, | |
| const char * | method | |||
| ) |
Constructor.
- Parameters:
-
interface invalid interface that the operation was tried on method the method that was tried to execute
Definition at line 102 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

