#include <exception>
#include <iostream>
#include <string>
#include <vector>
#include <boost/assert.hpp>
#include <saga/saga/base.hpp>
#include <saga/saga/util.hpp>
#include <saga/saga/error.hpp>
#include <saga/saga/object.hpp>
#include <saga/impl/runtime.hpp>
Go to the source code of this file.
Namespaces | |
namespace | saga |
namespace | saga::detail |
Classes | |
class | saga::exception |
exception | saga::exception::std |
Creates the exception. More... | |
class | saga::not_implemented |
class | saga::parameter_exception |
class | saga::incorrect_url |
class | saga::bad_parameter |
class | saga::state_exception |
class | saga::already_exists |
class | saga::does_not_exist |
class | saga::incorrect_state |
class | saga::security_exception |
class | saga::permission_denied |
class | saga::authorization_failed |
class | saga::authentication_failed |
class | saga::timeout |
class | saga::no_success |
Functions | |
error | saga::detail::get_error (std::vector< exception > const &) |
std::string | saga::detail::get_message (std::vector< exception > const &) |
std::string | saga::detail::get_top_message (std::vector< exception > const &) |
std::vector< std::string > | saga::detail::get_all_messages (std::vector< exception > const &) |