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