#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::ItemAlreadyExistsException |
| An exception indicating that a given item already exists in a collection. More... | |
| struct | te::ItemNotFoundException |
| An exception indicating that a given item was not found in a collection. More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
Typedefs | |
| typedef boost::error_info< struct tag_error_description, std::string > | te::ErrorDescription |
| The base type for error report messages. More... | |