IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKIPLShapeSegmentationException.h
1 // IPSDKIPLShapeSegmentationException.h:
3 // -------------------------------------
4 //
13 
14 #ifndef __IPSDKIPLSHAPESEGMENTATION_IPSDKIPLSHAPESEGMENTATIONEXCEPTION_H__
15 #define __IPSDKIPLSHAPESEGMENTATION_IPSDKIPLSHAPESEGMENTATIONEXCEPTION_H__
16 
18 #include <IPSDKUtil/Logger/BaseException.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace shape {
23 namespace segmentation {
24 
27 
29 {
30 public:
33 
36 
42  IPSDKIPLShapeSegmentationException(const std::string& msg,
43  const char* functionName,
44  const char* filePath,
45  ipsdk::ipUInt32 lineIdx) :
46  BaseException(msg, functionName, filePath, lineIdx) {}
47 
54  IPSDKIPLShapeSegmentationException(const std::string& msg,
55  const char* functionName,
56  const char* filePath,
57  ipsdk::ipUInt32 lineIdx,
58  const BaseException& exceptionFromReThrow) :
59  BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
60 
67  IPSDKIPLShapeSegmentationException(const std::string& msg,
68  const char* functionName,
69  const char* filePath,
70  ipsdk::ipUInt32 lineIdx,
71  const std::exception& exceptionFromReThrow) :
72  BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
73 
76 
78 
79 // methods
80 public:
81 
82 // attributes
83 protected:
84 
85 };
86 
89 
90 } // end of namespace segmentation
91 } // end of namespace shape
92 } // end of namespace imaproc
93 } // end of namespace ipsdk
94 
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
uint32_t ipUInt32