15 #ifndef __IPSDKSERIALIZATION_IPSDKSERIALIZATIONEXCEPTION_H__ 16 #define __IPSDKSERIALIZATION_IPSDKSERIALIZATIONEXCEPTION_H__ 19 #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) {}
90 #endif // __IPSDKSERIALIZATION_IPSDKSERIALIZATIONEXCEPTION_H__ virtual ~IPSDKSerializationException()
Destructor.
Definition: IPSDKSerializationException.h:73
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base exception class for IPSDK library.
Definition: BaseException.h:36
Exception class for library IPSDKSerialization.
Definition: IPSDKSerializationException.h:26
IPSDKSerializationException(const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKSerializationException.h:40
IPSDKSerializationException(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: IPSDKSerializationException.h:65
IPSDKSerializationException()
Default constructor.
Definition: IPSDKSerializationException.h:33
Definition of import/export macro for library.
#define IPSDKSERIALIZATION_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKSerializationExports.h:27
IPSDKSerializationException(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: IPSDKSerializationException.h:52
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53