26 #ifndef __TERRALIB_TERRALIB4_INTERNAL_EXCEPTION_H 
   27 #define __TERRALIB_TERRALIB4_INTERNAL_EXCEPTION_H 
   30 #include "../dataaccess/Exception.h" 
   40 #endif  // __TERRALIB_TERRALIB4_INTERNAL_EXCEPTION_H 
Configuration flags for the TerraLib 4 driver. 
 
#define TE_DECLARE_EXCEPTION_CLASS(API_DECL, ClassName, BaseExceptionClass)
This define can be used to add new exception classes to the system. 
 
#define TETERRALIB4EXPORT
You can use this macro in order to export/import classes and functions from this module.