Fawkes API Fawkes Development Version

fawkes::NotImplementedException Class Reference

Called method has not been implemented. More...

#include <>>

Inheritance diagram for fawkes::NotImplementedException:

List of all members.

Public Member Functions

 NotImplementedException (const char *format,...) throw ()
 Constructor.

Detailed Description

Called method has not been implemented.

This exception is meant to be used in method stubs. Use this in base classes where methods are declared that may not be implemented by all and therefore making it pure virtual would just cause code clutter.

Definition at line 107 of file software.h.


Constructor & Destructor Documentation

fawkes::NotImplementedException::NotImplementedException ( const char *  format,
  ... 
) throw ()

Constructor.

Parameters:
formatmessage format, takes sprintf() parameters as variadic arguments

Definition at line 287 of file software.cpp.


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