25 #ifndef __TERRALIB_IDL_INTERNAL_EXCEPTION_H 
   26 #define __TERRALIB_IDL_INTERNAL_EXCEPTION_H 
   29 #include "../common/Exception.h" 
   40 #endif  // __TERRALIB_IDL_INTERNAL_EXCEPTION_H 
#define TEIDLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the IDL module of TerraLib. 
 
#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. ...