#include <interface/interface.h>
Inheritance diagram for fawkes::InterfaceInvalidException:
Public Member Functions | |
InterfaceInvalidException (const Interface *interface, const char *method) | |
Constructor. |
Definition at line 73 of file interface.h.
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.