26 #ifndef __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H
27 #define __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H
64 virtual const
char* getClassName() const throw();
This class is designed to declare objects to be thrown as exceptions by TerraLib.
A class that automatically logs the exception message.
LoggedException(const std::string &what)
It initializes a new LoggedException.
virtual ~LoggedException()
Destructor.
LoggedException(const char *const what)
It initializes a new LoggedException.
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module.
An exception class for the XML module.