Fawkes API  Fawkes Development Version
fawkes::InterfaceWriteDeniedException Class Reference

This exception is thrown if a write has been attempted on a read-only interface. More...

#include <>>

Inheritance diagram for fawkes::InterfaceWriteDeniedException:

List of all members.

Public Member Functions

 InterfaceWriteDeniedException (const char *type, const char *id, const char *msg)
 Constructor.

Detailed Description

This exception is thrown if a write has been attempted on a read-only interface.

See also:
Interface::write()

Constructor & Destructor Documentation

fawkes::InterfaceWriteDeniedException::InterfaceWriteDeniedException ( const char *  type,
const char *  id,
const char *  msg 
)

Constructor.

Parameters:
typetype of the interface which caused the exception
idid of the interface which caused the exception
msgadditional informative message

Definition at line 55 of file interface.cpp.


The documentation for this class was generated from the following files: