InterfaceGeneratorMissingAttributeException Class Reference
Thrown if required attribute is missing supplied. More...
#include <exceptions.h>
Inheritance diagram for InterfaceGeneratorMissingAttributeException:

Public Member Functions | |
| InterfaceGeneratorMissingAttributeException (const char *name, const char *type, const char *attr) | |
| Constructor. | |
Detailed Description
Thrown if required attribute is missing supplied.Thrown if required attribute was not supplied for a given value
Definition at line 134 of file exceptions.h.
Constructor & Destructor Documentation
| InterfaceGeneratorMissingAttributeException::InterfaceGeneratorMissingAttributeException | ( | const char * | name, | |
| const char * | type, | |||
| const char * | attr | |||
| ) | [inline] |
Constructor.
- Parameters:
-
name item name type data type attr missing attribute
Definition at line 141 of file exceptions.h.
References fawkes::Exception::append().
The documentation for this class was generated from the following file:
- src/interfaces/generator/exceptions.h

