Fawkes API Fawkes Development Version
|
Syntax error. More...
#include <>>
Public Member Functions | |
SyntaxErrorException (const char *format,...) throw () | |
Constructor. |
Syntax error.
Throw this exception if a syntax error happened, for example in interpreted code or a configuration file.
Definition at line 102 of file software.h.
fawkes::SyntaxErrorException::SyntaxErrorException | ( | const char * | format, |
... | |||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 267 of file software.cpp.