1#ifndef FMTUndefinedOutputAttribute_included
2#define FMTUndefinedOutputAttribute_included
8#include <boost/serialization/export.hpp>
25 const std::string& p_message,
26 const std::string& p_method,
27 const std::string& p_file,
38 friend class boost::serialization::access;
40 template<
class Archive>
41 void serialize(Archive& ar,
const unsigned int version)
43 ar & boost::serialization::make_nvp(
45 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
Definition: FMTUndefinedOutputAttribute.h:13
FMTUndefinedOutputAttribute(Core::FMTsection p_section, const std::string &p_message, const std::string &p_method, const std::string &p_file, int p_line)
Construct a FMTUndefinedOutputAttribute 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