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