InterfaceGeneratorAmbiguousNameException Class Reference
Thrown if name is ambiguous. More...
#include <exceptions.h>
Inheritance diagram for InterfaceGeneratorAmbiguousNameException:

Public Member Functions | |
| InterfaceGeneratorAmbiguousNameException (const char *name, const char *item) | |
| Constructor. | |
Detailed Description
Thrown if name is ambiguous.
Definition at line 150 of file exceptions.h.
Constructor & Destructor Documentation
| InterfaceGeneratorAmbiguousNameException::InterfaceGeneratorAmbiguousNameException | ( | const char * | name, | |
| const char * | item | |||
| ) | [inline] |
Constructor.
- Parameters:
-
name ambiguous name item item type
Definition at line 156 of file exceptions.h.
References fawkes::Exception::append().
The documentation for this class was generated from the following file:
- src/interfaces/generator/exceptions.h

