|
|
|
| IPSDKImageFileException () |
| | Default constructor.
|
| |
| | IPSDKImageFileException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx) |
| | Constructor with message and source code location. More...
|
| |
| | IPSDKImageFileException (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...
|
| |
| | IPSDKImageFileException (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...
|
| |
|
virtual | ~IPSDKImageFileException () throw () |
| | Destructor.
|
| |
|
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.
|
| |
Exception class for library IPSDKImageFile.
- Author
- E. Noirfalise
- Date
- 2013/6/19
- Copyright
- 2013 Reactiv'IP, all right reserved.