28 #include "../core/logger/Logger.h" 46 return "te::common::LoggedException";
LoggedException(const std::string &what)
It initializes a new LoggedException.
#define TE_LOG_INFO(message)
Use this tag in order to log a message to the TerraLib default logger with the INFO level...
virtual ~LoggedException()
Destructor.
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
virtual const char * getClassName() const
It return the exception class name.
A class that automatically logs the exception message.