Expected parameter is missing. More...
#include <>>
Public Member Functions | |
MissingParameterException (const char *format,...) throw () | |
Constructor. |
Expected parameter is missing.
Throw this exception if you expected one or more parameters that have not been supplied.
Definition at line 76 of file software.h.
fawkes::MissingParameterException::MissingParameterException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 172 of file software.cpp.
References fawkes::Exception::append_va().