26#ifndef __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H
27#define __TERRALIB_COMMON_INTERNAL_LOGGEDEXCEPTION_H
Exception()
Default constructor.
virtual const char * what() const
It outputs the exception message.
LoggedException(const std::string &what)
It initializes a new LoggedException.
virtual const char * getClassName() const
It return the exception class name.
virtual ~LoggedException()
Destructor.
LoggedException(const char *const what)
It initializes a new LoggedException.
This class is designed to declare objects to be thrown as exceptions by TerraLib.
Namespace for the Common module of TerraLib.
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module.