Thrown if illegal type is supplied. More...
#include <exceptions.h>

Public Member Functions | |
| InterfaceGeneratorInvalidTypeException (const char *item, const char *name, const char *type) | |
| Constructor. | |
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.
| InterfaceGeneratorInvalidTypeException::InterfaceGeneratorInvalidTypeException | ( | const char * | item, | |
| const char * | name, | |||
| const char * | type | |||
| ) | [inline] |
Constructor.
| item | item type | |
| name | item name | |
| type | invalid data type |
Definition at line 72 of file exceptions.h.
References fawkes::Exception::append().
1.6.1