14 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_IPSDKIPLADVANCEDMORPHOLOGYEXCEPTION_H__ 15 #define __IPSDKIPLADVANCEDMORPHOLOGY_IPSDKIPLADVANCEDMORPHOLOGYEXCEPTION_H__ 18 #include <IPSDKUtil/Logger/BaseException.h> 42 const char* functionName,
54 const char* functionName,
58 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
67 const char* functionName,
70 const std::exception& exceptionFromReThrow) :
71 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
93 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_IPSDKIPLADVANCEDMORPHOLOGYEXCEPTION_H__ Definition of import/export macro for library.
Exception class for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyException.h:27
IPSDKIPLAdvancedMorphologyException(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: IPSDKIPLAdvancedMorphologyException.h:53
virtual ~IPSDKIPLAdvancedMorphologyException()
Destructor.
Definition: IPSDKIPLAdvancedMorphologyException.h:74
IPSDKIPLAdvancedMorphologyException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKIPLAdvancedMorphologyException.h:41
#define IPSDKIPLADVANCEDMORPHOLOGY_API
Import/Export macro for library IPSDKIPLAdvancedMorphology.
Definition: IPSDKIPLAdvancedMorphologyExports.h:25
IPSDKIPLAdvancedMorphologyException(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: IPSDKIPLAdvancedMorphologyException.h:66
IPSDKIPLAdvancedMorphologyException()
Default constructor.
Definition: IPSDKIPLAdvancedMorphologyException.h:34