14 #ifndef __IPSDKBASESHAPESEGMENTATION_IPSDKBASESHAPESEGMENTATIONEXCEPTION_H__ 15 #define __IPSDKBASESHAPESEGMENTATION_IPSDKBASESHAPESEGMENTATIONEXCEPTION_H__ 18 #include <IPSDKUtil/Logger/BaseException.h> 22 namespace segmentation {
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 // __IPSDKBASESHAPESEGMENTATION_IPSDKBASESHAPESEGMENTATIONEXCEPTION_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base exception class for IPSDK library.
Definition: BaseException.h:36
IPSDKBaseShapeSegmentationException()
Default constructor.
Definition: IPSDKBaseShapeSegmentationException.h:34
IPSDKBaseShapeSegmentationException(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: IPSDKBaseShapeSegmentationException.h:53
Exception class for library IPSDKBaseShapeSegmentation.
Definition: IPSDKBaseShapeSegmentationException.h:27
IPSDKBaseShapeSegmentationException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKBaseShapeSegmentationException.h:41
IPSDKBaseShapeSegmentationException(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: IPSDKBaseShapeSegmentationException.h:66
virtual ~IPSDKBaseShapeSegmentationException()
Destructor.
Definition: IPSDKBaseShapeSegmentationException.h:74
Definition of import/export macro for library.
#define IPSDKBASESHAPESEGMENTATION_API
Import/Export macro for library IPSDKBaseShapeSegmentation.
Definition: IPSDKBaseShapeSegmentationExports.h:25
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53