Fawkes API Fawkes Development Version
|
Called method has not been implemented. More...
#include <>>
Public Member Functions | |
NotImplementedException (const char *format,...) throw () | |
Constructor. |
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.
fawkes::NotImplementedException::NotImplementedException | ( | const char * | format, |
... | |||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 287 of file software.cpp.