26 #ifndef __TERRALIB_ATTRIBUTEFILL_CORE_INTERNAL_EXCEPTION_H 
   27 #define __TERRALIB_ATTRIBUTEFILL_CORE_INTERNAL_EXCEPTION_H 
   30 #include "../common/Exception.h" 
   35   namespace attributefill
 
   42 #endif  // __TERRALIB_ATTRIBUTEFILL_CORE_INTERNAL_EXCEPTION_H 
Configuration flags for the Attribute Fill module of TerraLib. 
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
#define TE_DECLARE_EXCEPTION_CLASS(API_DECL, ClassName, BaseExceptionClass)
This define can be used to add new exception classes to the system. 
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...