15 #ifndef __IPSDKIMAGEFILE_IPSDKIMAGEFILEEXCEPTION_H__ 16 #define __IPSDKIMAGEFILE_IPSDKIMAGEFILEEXCEPTION_H__ 19 #include <IPSDKUtil/Logger/BaseException.h> 43 const char* functionName,
55 const char* functionName,
59 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
68 const char* functionName,
71 const std::exception& exceptionFromReThrow) :
72 BaseException(msg, functionName, filePath, lineIdx, exceptionFromReThrow) {}
94 #endif // __IPSDKIMAGEFILE_IPSDKIMAGEFILEEXCEPTION_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKImageFileException(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: IPSDKImageFileException.h:54
Base exception class for IPSDK library.
Definition: BaseException.h:36
#define IPSDKIMAGEFILE_API
Import/Export macro for library IPSDKImageFile.
Definition: IPSDKImageFileExports.h:27
IPSDKImageFileException(const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKImageFileException.h:42
Definition of import/export macro for library.
IPSDKImageFileException()
Default constructor.
Definition: IPSDKImageFileException.h:35
IPSDKImageFileException(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: IPSDKImageFileException.h:67
Exception class for library IPSDKImageFile.
Definition: IPSDKImageFileException.h:28
virtual ~IPSDKImageFileException()
Destructor.
Definition: IPSDKImageFileException.h:75
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53