![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class used for rethrow of unhandled exception. More...
#include <UnHandleException.h>
Public Member Functions | |
Constructors and destructors | |
| UnHandleException () | |
| ~UnHandleException () throw () | |
Public Member Functions inherited from ipsdk::BaseException | |
| const char * | what () const throw () |
| recovery of error string associated to exception | |
| const std::string & | getMsg () const |
| recovery of error message associated to exception | |
| const char * | getFunctionName () const |
| recovery of function name associated to exception | |
| const char * | getFilePath () const |
| recovery of file path associated to exception | |
| ipUInt32 | getLineIdx () const |
| recovery of line number associated to exception | |
| const BaseException * | getExcpFromReThrow () const |
| recovery of pointer on previous exception More... | |
| BaseException () | |
| Default constructor. | |
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx) | |
| Constructor with message and source code location. More... | |
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const BaseException &exceptionFromReThrow) | |
| Constructor for rethrow of isdk::BaseException with message and source code location. More... | |
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const std::exception &exceptionFromReThrow) | |
| Constructor for rethrow of std::exception with message and source code location. More... | |
| BaseException (const BaseException &e) | |
| Copy constructor. | |
| BaseException & | operator= (const BaseException &e) |
| Copy operator. | |
| virtual | ~BaseException () throw () |
| Destructor. | |
Additional Inherited Members | |
Protected Types inherited from ipsdk::BaseException | |
| typedef boost::scoped_ptr< BaseException > | BaseExceptionPtr |
| BaseException scoped pointer. | |
Protected Attributes inherited from ipsdk::BaseException | |
| std::string | _msg |
| message associed to exception | |
| const char * | _functionName |
| function name associated to exception | |
| const char * | _filePath |
| file path associated to exception | |
| ipUInt32 | _lineIdx |
| line number associated to exception | |
| BaseExceptionPtr | _pExcpFromReThrow |
| previous exception from rethrow | |
Class used for rethrow of unhandled exception.
1.8.14