#include <utl/ThrowPolicy.h>
#include <utl/SilentPolicy.h>
#include <utl/OstreamPolicy.h>
Go to the source code of this file.
Several policy classes for error handling are defined here. They all conform an uniform common implicit interace: static RetType Handle(const std::string& message); where RetType is a class-template parameter.
Definition in file ErrorPolicies.h.