1#ifndef FMTCoinError_included
2#define FMTCoinError_included
8#include <boost/serialization/export.hpp>
28 const std::string& p_message,
29 const std::string& p_method,
30 const std::string& p_file,
33 #if defined FMTWITHOSI
49 friend class boost::serialization::access;
51 template<
class Archive>
52 void serialize(Archive& ar,
const unsigned int version)
54 ar & boost::serialization::make_nvp(
56 boost::serialization::base_object<FMTError>(*
this));
#define FMTEXPORT
Definition: FMTutility.h:125
Definition: FMTCoinError.h:16
FMTCoinError(Core::FMTsection p_section, const std::string &p_message, const std::string &p_method, const std::string &p_file, int p_line)
Construct a FMTCoinError from a section, a message and the location where it occurred.
FMTCoinError(const CoinError &p_coinException)
Construct a FMTError from a CoinError.
Exception class derived from FMTException for errors thrown in FMT.
Definition: FMTError.h:32
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