15 #ifndef __IPSDKCOMM_IPSDKCOMMEXCEPTION_H__ 16 #define __IPSDKCOMM_IPSDKCOMMEXCEPTION_H__ 19 #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) {}
92 #endif // __IPSDKCOMM_IPSDKCOMMEXCEPTION_H__ Exception class for library IPSDKComm.
Definition: IPSDKCommException.h:27
virtual ~IPSDKCommException()
Destructor.
Definition: IPSDKCommException.h:74
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base exception class for IPSDK library.
Definition: BaseException.h:36
Definition of import/export macro for library.
IPSDKCommException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKCommException.h:41
IPSDKCommException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const BaseException &exceptionFromReThrow)
Constructor for rethrow of isdk::BaseException with message and source code location.
Definition: IPSDKCommException.h:53
#define IPSDKCOMM_API
Import/Export macro for library IPSDKComm.
Definition: IPSDKCommExports.h:25
IPSDKCommException()
Default constructor.
Definition: IPSDKCommException.h:34
IPSDKCommException(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: IPSDKCommException.h:66
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53