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