14 #ifndef __IPSDKIPLSHAPESEGMENTATION_IPSDKIPLSHAPESEGMENTATIONEXCEPTION_H__ 15 #define __IPSDKIPLSHAPESEGMENTATION_IPSDKIPLSHAPESEGMENTATIONEXCEPTION_H__ 18 #include <IPSDKUtil/Logger/BaseException.h> 23 namespace segmentation {
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 // __IPSDKIPLSHAPESEGMENTATION_IPSDKIPLSHAPESEGMENTATIONEXCEPTION_H__ Definition of import/export macro for library.
IPSDKIPLShapeSegmentationException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKIPLShapeSegmentationException.h:42
IPSDKIPLShapeSegmentationException(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: IPSDKIPLShapeSegmentationException.h:67
#define IPSDKIPLSHAPESEGMENTATION_API
Import/Export macro for library IPSDKIPLShapeSegmentation.
Definition: IPSDKIPLShapeSegmentationExports.h:25
IPSDKIPLShapeSegmentationException(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: IPSDKIPLShapeSegmentationException.h:54
virtual ~IPSDKIPLShapeSegmentationException()
Destructor.
Definition: IPSDKIPLShapeSegmentationException.h:75
IPSDKIPLShapeSegmentationException()
Default constructor.
Definition: IPSDKIPLShapeSegmentationException.h:35
Exception class for library IPSDKIPLShapeSegmentation.
Definition: IPSDKIPLShapeSegmentationException.h:28