#include <core/exceptions/software.h>
Inheritance diagram for fawkes::NotImplementedException:
Public Member Functions | |
NotImplementedException (const char *format,...) throw () | |
Constructor. |
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.
References fawkes::Exception::append_va().