1#ifndef FMTWIN32Error_included
2#define FMTWIN32Error_included
8#include <boost/serialization/export.hpp>
29 const std::string& p_message,
30 const std::string& p_method,
31 const std::string& p_file,
50 friend class boost::serialization::access;
52 template<
class Archive>
53 void serialize(Archive& ar,
const unsigned int version)
55 ar & boost::serialization::make_nvp(
57 boost::serialization::base_object<FMTError>(*
this));
#define FMTEXPORT
Definition: FMTutility.h:125
Exception class derived from FMTException for errors thrown in FMT.
Definition: FMTError.h:32
Exception representing a structured exception (SE) caught on Windows.
Definition: FMTSeException.h:27
Definition: FMTWIN32Error.h:17
FMTWIN32Error(Core::FMTsection p_section, const std::string &p_message, const std::string &p_method, const std::string &p_file, int p_line)
Construct a FMTWIN32Error from a section, a message and the location where it occurred.
FMTsection
Enumerator describing the sections of a Woodstock model.
Definition: FMTutility.h:32
Namespace for exceptions and exceptions handling (warnings and errors) thrown by FMT and all exceptio...
Definition: FMTAggregateRedefinition.h:11