IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnHandleException.h
1 // UnHandleException.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKUTIL_UNHANDLEEXCEPTION_H__
16 #define __IPSDKUTIL_UNHANDLEEXCEPTION_H__
17 
19 #include <IPSDKUtil/Logger/BaseException.h>
20 
21 namespace ipsdk {
22 
25 
27 {
28 public:
32  ~UnHandleException() throw();
34 
35 // methods
36 public:
37 
38 // attributes
39 protected:
40 
41 };
42 
45 
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKUTIL_UNHANDLEEXCEPTION_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base exception class for IPSDK library.
Definition: BaseException.h:36
Class used for rethrow of unhandled exception.
Definition: UnHandleException.h:26
#define IPSDKUTIL_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKUtilExports.h:27
Definition of import/export macro for library.