Fawkes API Fawkes Development Version
|
Expected parameter is missing. More...
#include <>>
Public Member Functions | |
IllegalArgumentException (const char *format,...) throw () | |
Constructor. |
Expected parameter is missing.
Throw this exception if you got a parameter that does not meet some kind of specification, i.e. it is of the wrong type or out of an allowed value range.
Definition at line 82 of file software.h.
fawkes::IllegalArgumentException::IllegalArgumentException | ( | const char * | format, |
... | |||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 191 of file software.cpp.