8#ifndef FMTdebugexceptionhandler_H_INCLUDED
9#define FMTdebugexceptionhandler_H_INCLUDED
27 friend class boost::serialization::access;
28 template<
class Archive>
29 void serialize(Archive& ar,
const unsigned int version)
31 ar & boost::serialization::make_nvp(
"FMTexceptionhandler", boost::serialization::base_object<FMTexceptionhandler>(*
this));
50 const std::string& method,
const int& line,
const std::string& file,
52 #if defined FMTWITHGDAL
64 void handelCPLerror(
int eErrClass,
int nError,
const char * pszErrorMsg)
override;
#define FMTEXPORT
Definition: FMTutility.hpp:92
Definition: FMTdebugexceptionhandler.hpp:22
FMTexceptionhandler * getCPLdata() override
FMTexception raise(FMTexc lexception, std::string text, const std::string &method, const int &line, const std::string &file, Core::FMTsection lsection=Core::FMTsection::Empty, bool throwit=true) override
void handelCPLerror(int eErrClass, int nError, const char *pszErrorMsg) override
~FMTdebugexceptionhandler()=default
FMTdebugexceptionhandler()
Definition: FMTexception.hpp:134
Definition: FMTexceptionhandler.hpp:32
FMTsection
Definition: FMTutility.hpp:23
@ Empty
Definition: FMTutility.hpp:35
Namespace for exceptions and exceptions handling (warnings and errors) thrown by FMT and all exceptio...
Definition: FMTcplhandler.hpp:16
FMTexc
Definition: FMTexception.hpp:42