Fawkes API  Fawkes Development Version
InterfaceGeneratorInvalidDocumentException Class Reference

Thrown if document was invalid. More...

#include <exceptions.h>

Inheritance diagram for InterfaceGeneratorInvalidDocumentException:

List of all members.

Public Member Functions

 InterfaceGeneratorInvalidDocumentException (const char *format,...)
 Constructor.

Detailed Description

Thrown if document was invalid.

This may happen if the document is not well-formed or if the file does not exist.


Constructor & Destructor Documentation

InterfaceGeneratorInvalidDocumentException::InterfaceGeneratorInvalidDocumentException ( const char *  format,
  ... 
) [inline]

Constructor.

Parameters:
formatmessage 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().


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