Syntax error. More...
#include <core/exceptions/software.h>

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.
References fawkes::Exception::append_va().
1.6.1