65   return "te::common::Exception";
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
 
virtual int code() const 
It gets the exception code. 
 
std::ostream & operator<<(const Exception &e, std::ostream &o)
It serializes the exception and sends it to the output stream. 
 
virtual const char * getClassName() const 
It return the exception class name. 
 
virtual const char * what() const 
It outputs the exception message. 
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
 
virtual ~Exception()
Destructor. 
 
Exception()
Default constructor.