This class is designed to declare objects to be thrown as exceptions by TerraLib. More...
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (const te::common::Exception &e, std::ostream &o) | 
| It serializes the exception and sends it to the output stream.  More... | |
This class is designed to declare objects to be thrown as exceptions by TerraLib.
Definition in file Exception.cpp.
| std::ostream& operator<< | ( | const Exception & | e, | 
| std::ostream & | o | ||
| ) | 
It serializes the exception and sends it to the output stream.
| e | An exception object. | 
| o | An output stream. | 
Definition at line 68 of file Exception.cpp.
References te::common::Exception::getClassName(), and te::common::Exception::what().