Fawkes API
Fawkes Development Version
|
Thrown if document contains illegal content. More...
#include <exceptions.h>
Public Member Functions | |
InterfaceGeneratorInvalidContentException (const char *format,...) | |
Constructor. |
Thrown if document contains illegal content.
This happens if there was content in the file which was while syntactically correct semantically wrong. Examples for this are more than one data segment or no one at all.
InterfaceGeneratorInvalidContentException::InterfaceGeneratorInvalidContentException | ( | const char * | format, |
... | |||
) | [inline] |
Constructor.
format | message format string, followed by the appropriate number of arguments. Cf. printf man page for valid format. |
Definition at line 58 of file exceptions.h.
References fawkes::Exception::append_va().