fawkes::NotImplementedException Class Reference
[Fawkes Exceptions]
Called method has not been implemented.
More...
#include <core/exceptions/software.h>
Inheritance diagram for fawkes::NotImplementedException:

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:
- src/libs/core/exceptions/software.h
- src/libs/core/exceptions/software.cpp

