Fawkes API  Fawkes Development Version
InterfaceGeneratorInvalidTypeException Class Reference

Thrown if illegal type is supplied. More...

#include <exceptions.h>

Inheritance diagram for InterfaceGeneratorInvalidTypeException:

List of all members.

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.


Constructor & Destructor Documentation

InterfaceGeneratorInvalidTypeException::InterfaceGeneratorInvalidTypeException ( const char *  item,
const char *  name,
const char *  type 
) [inline]

Constructor.

Parameters:
itemitem type
nameitem name
typeinvalid 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: