Fawkes API
Fawkes Development Version
|
Thrown if document was invalid. More...
#include <exceptions.h>
Public Member Functions | |
InterfaceGeneratorInvalidDocumentException (const char *format,...) | |
Constructor. |
Thrown if document was invalid.
This may happen if the document is not well-formed or if the file does not exist.
InterfaceGeneratorInvalidDocumentException::InterfaceGeneratorInvalidDocumentException | ( | 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 38 of file exceptions.h.
References fawkes::Exception::append_va().