#include <exceptions.h>
Inheritance diagram for InterfaceGeneratorInvalidTypeException:
Public Member Functions | |
InterfaceGeneratorInvalidTypeException (const char *item, const char *name, const char *type) | |
Constructor. |
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().