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