IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKIPLGlobalMeasureException.h
1 // IPSDKIPLGlobalMeasureException.h:
3 // ---------------------------------
4 //
13 
14 #ifndef __IPSDKIPLGLOBALMEASURE_IPSDKIPLGLOBALMEASUREEXCEPTION_H__
15 #define __IPSDKIPLGLOBALMEASURE_IPSDKIPLGLOBALMEASUREEXCEPTION_H__
16 
18 #include <IPSDKUtil/Logger/BaseException.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace glbmsr {
23 
26 
28 {
29 public:
32 
35 
41  IPSDKIPLGlobalMeasureException(const std::string& msg,
42  const char* functionName,
43  const char* filePath,
44  ipsdk::ipUInt32 lineIdx) :
45  BaseException(msg, functionName, filePath, lineIdx) {}
46 
53  IPSDKIPLGlobalMeasureException(const std::string& msg,
54  const char* functionName,
55  const char* filePath,
56  ipsdk::ipUInt32 lineIdx,
57  const BaseException& exceptionFromReThrow) :
58  BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
59 
66  IPSDKIPLGlobalMeasureException(const std::string& msg,
67  const char* functionName,
68  const char* filePath,
69  ipsdk::ipUInt32 lineIdx,
70  const std::exception& exceptionFromReThrow) :
71  BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
72 
74  virtual ~IPSDKIPLGlobalMeasureException() throw() {}
75 
77 
78 // methods
79 public:
80 
81 // attributes
82 protected:
83 
84 };
85 
88 
89 } // end of namespace glbmsr
90 } // end of namespace imaproc
91 } // end of namespace ipsdk
92 
93 #endif // __IPSDKIPLGLOBALMEASURE_IPSDKIPLGLOBALMEASUREEXCEPTION_H__
#define IPSDKIPLGLOBALMEASURE_API
Import/Export macro for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureExports.h:25
IPSDKIPLGlobalMeasureException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKIPLGlobalMeasureException.h:41
IPSDKIPLGlobalMeasureException()
Default constructor.
Definition: IPSDKIPLGlobalMeasureException.h:34
IPSDKIPLGlobalMeasureException(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: IPSDKIPLGlobalMeasureException.h:66
virtual ~IPSDKIPLGlobalMeasureException()
Destructor.
Definition: IPSDKIPLGlobalMeasureException.h:74
Exception class for library IPSDKIPLGlobalMeasure.
Definition: IPSDKIPLGlobalMeasureException.h:27
IPSDKIPLGlobalMeasureException(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: IPSDKIPLGlobalMeasureException.h:53
Definition of import/export macro for library.
uint32_t ipUInt32