14 #ifndef __PYIPSDKIPLMACHINELEARNING_PYIPSDKIPLMACHINELEARNINGEXCEPTION_H__ 15 #define __PYIPSDKIPLMACHINELEARNING_PYIPSDKIPLMACHINELEARNINGEXCEPTION_H__ 18 #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) {}
91 #endif // __PYIPSDKIPLMACHINELEARNING_PYIPSDKIPLMACHINELEARNINGEXCEPTION_H__ Exception class for library PyIPSDKIPLMachineLearning.
Definition: PyIPSDKIPLMachineLearningException.h:26
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define PYIPSDKIPLMACHINELEARNING_API
Import/Export macro for library PyIPSDKIPLMachineLearning.
Definition: PyIPSDKIPLMachineLearningExports.h:25
PyIPSDKIPLMachineLearningException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: PyIPSDKIPLMachineLearningException.h:40
Base exception class for IPSDK library.
Definition: BaseException.h:36
PyIPSDKIPLMachineLearningException(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: PyIPSDKIPLMachineLearningException.h:52
virtual ~PyIPSDKIPLMachineLearningException()
Destructor.
Definition: PyIPSDKIPLMachineLearningException.h:73
PyIPSDKIPLMachineLearningException()
Default constructor.
Definition: PyIPSDKIPLMachineLearningException.h:33
Definition of import/export macro for library.
PyIPSDKIPLMachineLearningException(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: PyIPSDKIPLMachineLearningException.h:65
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53