Fawkes API Fawkes Development Version

fawkes::InterfaceInvalidException Class Reference

This exception is thrown if an interface is invalid and it is attempted to call read()/write(). More...

#include <>>

Inheritance diagram for fawkes::InterfaceInvalidException:

List of all members.

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 73 of file interface.h.


Constructor & Destructor Documentation

fawkes::InterfaceInvalidException::InterfaceInvalidException ( const Interface interface,
const char *  method 
)

Constructor.

Parameters:
interfaceinvalid interface that the operation was tried on
methodthe method that was tried to execute

Definition at line 105 of file interface.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends