Fawkes API  Fawkes Development Version
fawkes::SyntaxErrorException Class Reference

Syntax error. More...

#include <>>

Inheritance diagram for fawkes::SyntaxErrorException:

List of all members.

Public Member Functions

 SyntaxErrorException (const char *format,...) throw ()
 Constructor.

Detailed Description

Syntax error.

Throw this exception if a syntax error happened, for example in interpreted code or a configuration file.


Constructor & Destructor Documentation

fawkes::SyntaxErrorException::SyntaxErrorException ( const char *  format,
  ... 
) throw ()

Constructor.

Parameters:
formatmessage format, takes sprintf() parameters as variadic arguments

Definition at line 267 of file software.cpp.


The documentation for this class was generated from the following files: