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