#include <map>
#include <stdexcept>
#include <string>
#include <typeinfo>
#include <boost/format.hpp>
#include <boost/type_traits.hpp>
#include "sbuild-error.tcc"
Go to the source code of this file.
Classes | |
class | sbuild::error_base |
Error exception base class. More... | |
class | sbuild::error< T > |
Error exception class. More... | |
struct | sbuild::error< T >::error::add_detail_helper< A, b > |
Helper class to add detail to format string. More... | |
struct | sbuild::error< T >::error::add_detail_helper< A, true > |
Helper class to add detail to format string. More... | |
struct | sbuild::error< T >::error::add_reason_helper< A, b > |
Helper class to add reason to reason string. More... | |
struct | sbuild::error< T >::error::add_reason_helper< A, true > |
Helper class to add reason to reason string. More... | |
Namespaces | |
namespace | sbuild |