#include <exceptions.h>
Inheritance diagram for InterfaceGeneratorInvalidValueException:
Public Member Functions | |
InterfaceGeneratorInvalidValueException (const char *name, const char *type, const char *value) | |
Constructor. |
Thrown if wrong value was supplied for a given value
Definition at line 82 of file exceptions.h.
InterfaceGeneratorInvalidValueException::InterfaceGeneratorInvalidValueException | ( | const char * | name, | |
const char * | type, | |||
const char * | value | |||
) | [inline] |
Constructor.
name | item name | |
type | data type | |
value | invalid value |
Definition at line 89 of file exceptions.h.
References fawkes::Exception::append().