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