Fawkes API
Fawkes Development Version
|
This exception is thrown if an interface is invalid and it is attempted to call read()/write(). More...
#include <>>
Public Member Functions | |
InterfaceInvalidException (const Interface *interface, const char *method) | |
Constructor. |
This exception is thrown if an interface is invalid and it is attempted to call read()/write().
fawkes::InterfaceInvalidException::InterfaceInvalidException | ( | const Interface * | interface, |
const char * | method | ||
) |
Constructor.
interface | invalid interface that the operation was tried on |
method | the method that was tried to execute |
Definition at line 105 of file interface.cpp.