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

Public Member Functions | |
| InterfaceGeneratorInvalidTypeException (const char *item, const char *name, const char *type) | |
| Constructor. | |
Detailed Description
Thrown if illegal type is supplied.Only a few basic types are allowed. If a typo occured or an unknown type was used this exception is thrown.
Definition at line 65 of file exceptions.h.
Constructor & Destructor Documentation
| InterfaceGeneratorInvalidTypeException::InterfaceGeneratorInvalidTypeException | ( | const char * | item, | |
| const char * | name, | |||
| const char * | type | |||
| ) | [inline] |
Constructor.
- Parameters:
-
item item type name item name type invalid data type
Definition at line 72 of file exceptions.h.
References fawkes::Exception::append().
The documentation for this class was generated from the following file:
- src/interfaces/generator/exceptions.h

