14 #ifndef __IPSDKIPLREGISTRATION_IPSDKIPLREGISTRATIONEXCEPTION_H__ 15 #define __IPSDKIPLREGISTRATION_IPSDKIPLREGISTRATIONEXCEPTION_H__ 18 #include <IPSDKUtil/Logger/BaseException.h> 22 namespace registration {
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) {}
93 #endif // __IPSDKIPLREGISTRATION_IPSDKIPLREGISTRATIONEXCEPTION_H__
IPSDKIPLRegistrationException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const std::exception &exceptionFromReThrow)
Constructor for rethrow of std::exception with message and source code location.
Definition: IPSDKIPLRegistrationException.h:66
IPSDKIPLRegistrationException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx, const BaseException &exceptionFromReThrow)
Constructor for rethrow of ipsdk::BaseException with message and source code location.
Definition: IPSDKIPLRegistrationException.h:53
Definition of import/export macro for library.
virtual ~IPSDKIPLRegistrationException()
Destructor.
Definition: IPSDKIPLRegistrationException.h:74
Exception class for library IPSDKIPLRegistration.
Definition: IPSDKIPLRegistrationException.h:27
IPSDKIPLRegistrationException()
Default constructor.
Definition: IPSDKIPLRegistrationException.h:34
#define IPSDKIPLREGISTRATION_API
Import/Export macro for library IPSDKIPLRegistration.
Definition: IPSDKIPLRegistrationExports.h:25
IPSDKIPLRegistrationException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: IPSDKIPLRegistrationException.h:41