Public Member Functions

fawkes::InterfaceWriteDeniedException Class Reference
[Fawkes Exceptions]

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

#include <>>

Inheritance diagram for fawkes::InterfaceWriteDeniedException:
Inheritance graph
[legend]

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()

Definition at line 54 of file interface.h.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
type type of the interface which caused the exception
id id of the interface which caused the exception
msg additional informative message

Definition at line 52 of file interface.cpp.


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