fawkes::NotImplementedException Class Reference
[Fawkes Exceptions]

Called method has not been implemented. More...

#include <core/exceptions/software.h>

Inheritance diagram for fawkes::NotImplementedException:

[legend]
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:
format message format, takes sprintf() parameters as variadic arguments

Definition at line 287 of file software.cpp.

References fawkes::Exception::append_va().


The documentation for this class was generated from the following files:
Generated on Tue Feb 22 13:32:48 2011 for Fawkes API by  doxygen 1.4.7