14 #ifndef __IPSDKIPLBASICMORPHOLOGY_IPSDKIPLBASICMORPHOLOGYEXCEPTION_H__ 15 #define __IPSDKIPLBASICMORPHOLOGY_IPSDKIPLBASICMORPHOLOGYEXCEPTION_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 // __IPSDKIPLBASICMORPHOLOGY_IPSDKIPLBASICMORPHOLOGYEXCEPTION_H__
#define IPSDKIPLBASICMORPHOLOGY_API
Import/Export macro for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyExports.h:25
IPSDKIPLBasicMorphologyException(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: IPSDKIPLBasicMorphologyException.h:66
Definition of import/export macro for library.
IPSDKIPLBasicMorphologyException()
Default constructor.
Definition: IPSDKIPLBasicMorphologyException.h:34
virtual ~IPSDKIPLBasicMorphologyException()
Destructor.
Definition: IPSDKIPLBasicMorphologyException.h:74
IPSDKIPLBasicMorphologyException(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: IPSDKIPLBasicMorphologyException.h:53
Exception class for library IPSDKIPLBasicMorphology.
Definition: IPSDKIPLBasicMorphologyException.h:27
IPSDKIPLBasicMorphologyException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKIPLBasicMorphologyException.h:41