14 #ifndef __IPSDKCORE_IPSDKCOREEXCEPTION_H__ 15 #define __IPSDKCORE_IPSDKCOREEXCEPTION_H__ 18 #include <IPSDKUtil/Logger/BaseException.h> 41 const char* functionName,
53 const char* functionName,
57 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
66 const char* functionName,
69 const std::exception& exceptionFromReThrow) :
70 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
91 #endif // __IPSDKCORE_IPSDKCOREEXCEPTION_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKCoreException(const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKCoreException.h:40
Base exception class for IPSDK library.
Definition: BaseException.h:36
virtual ~IPSDKCoreException()
Destructor.
Definition: IPSDKCoreException.h:73
IPSDKCoreException()
Default constructor.
Definition: IPSDKCoreException.h:33
IPSDKCoreException(const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const std::exception &exceptionFromReThrow)
Constructor for rethrow of std::exception with message and source code location.
Definition: IPSDKCoreException.h:65
Definition of import/export macro for library.
Exception class for library IPSDKCore.
Definition: IPSDKCoreException.h:26
#define IPSDKCORE_API
Import/Export macro for library IPSDKCore.
Definition: IPSDKCoreExports.h:27
IPSDKCoreException(const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const BaseException &exceptionFromReThrow)
Constructor for rethrow of isdk::BaseException with message and source code location.
Definition: IPSDKCoreException.h:52
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53