InterfaceGeneratorInvalidAttributeException Class Reference
Thrown if illegal attribute is supplied. More...
#include <exceptions.h>
Inheritance diagram for InterfaceGeneratorInvalidAttributeException:

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

