#include <stdexcept>
#include <string>
#include <boost/exception/all.hpp>
Go to the source code of this file.
Classes | |
struct | te::Exception |
Base exception class for plugin module. More... | |
struct | te::InvalidArgumentException |
An exception indicating that a given argument is not valid, for instance if a given item already exists in a collection. More... | |
struct | te::OutOfRangeException |
An exception indicating that a given item was not found in a collection (or range). More... | |
Namespaces | |
namespace | te |
TerraLib. | |
Typedefs | |
typedef boost::error_info< struct tag_error_description, std::string > | te::ErrorDescription |
The base type for error report messages. More... | |