14 #ifndef __SAMPLE_MEANSMOOTHING3D_SAMPLE_MEANSMOOTHING3DEXCEPTION_H__ 15 #define __SAMPLE_MEANSMOOTHING3D_SAMPLE_MEANSMOOTHING3DEXCEPTION_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 // __SAMPLE_MEANSMOOTHING3D_SAMPLE_MEANSMOOTHING3DEXCEPTION_H__
Exception class for executable Sample_MeanSmoothing3d.
Definition: Sample_MeanSmoothing3dException.h:26
virtual ~Sample_MeanSmoothing3dException()
Destructor.
Definition: Sample_MeanSmoothing3dException.h:73
Definition of import/export macro for library.
Sample_MeanSmoothing3dException(const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx)
Constructor with message and source code location.
Definition: Sample_MeanSmoothing3dException.h:40
Sample_MeanSmoothing3dException(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: Sample_MeanSmoothing3dException.h:65
#define SAMPLE_MEANSMOOTHING3D_API
Import/Export macro for library Sample_MeanSmoothing3d.
Definition: Sample_MeanSmoothing3dExports.h:25
Sample_MeanSmoothing3dException()
Default constructor.
Definition: Sample_MeanSmoothing3dException.h:33
Sample_MeanSmoothing3dException(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: Sample_MeanSmoothing3dException.h:52