26 #ifndef __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H    27 #define __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H    64         virtual const char* getClassName() 
const throw();
    70 #endif  // __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H A class that automatically logs the exception message. 
 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...