14 #ifndef __IPSDKIPLSHAPEANALYSIS_IPSDKIPLSHAPEANALYSISEXCEPTION_H__ 15 #define __IPSDKIPLSHAPEANALYSIS_IPSDKIPLSHAPEANALYSISEXCEPTION_H__ 18 #include <IPSDKUtil/Logger/BaseException.h> 43 const char* functionName,
55 const char* functionName,
59 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
68 const char* functionName,
71 const std::exception& exceptionFromReThrow) :
72 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
95 #endif // __IPSDKIPLSHAPEANALYSIS_IPSDKIPLSHAPEANALYSISEXCEPTION_H__ IPSDKIPLShapeAnalysisException()
Default constructor.
Definition: IPSDKIPLShapeAnalysisException.h:35
IPSDKIPLShapeAnalysisException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKIPLShapeAnalysisException.h:42
virtual ~IPSDKIPLShapeAnalysisException()
Destructor.
Definition: IPSDKIPLShapeAnalysisException.h:75
Definition of import/export macro for library.
IPSDKIPLShapeAnalysisException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const BaseException &exceptionFromReThrow)
Constructor for rethrow of ipsdk::BaseException with message and source code location.
Definition: IPSDKIPLShapeAnalysisException.h:54
Exception class for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisException.h:28
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
IPSDKIPLShapeAnalysisException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const std::exception &exceptionFromReThrow)
Constructor for rethrow of std::exception with message and source code location.
Definition: IPSDKIPLShapeAnalysisException.h:67