15 #ifndef __IPSDKMATH_IPSDKMATHEXCEPTION_H__ 16 #define __IPSDKMATH_IPSDKMATHEXCEPTION_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 // __IPSDKMATH_IPSDKMATHEXCEPTION_H__ Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base exception class for IPSDK library.
Definition: BaseException.h:36
IPSDKMathException()
Default constructor.
Definition: IPSDKMathException.h:34
IPSDKMathException(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: IPSDKMathException.h:53
IPSDKMathException(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: IPSDKMathException.h:66
Exception class for library IPSDKMath.
Definition: IPSDKMathException.h:27
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27
virtual ~IPSDKMathException()
Destructor.
Definition: IPSDKMathException.h:74
IPSDKMathException(const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKMathException.h:41
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53