|
|
|
| PyIPSDKIPLStatsException () |
| | Default constructor.
|
| |
| | PyIPSDKIPLStatsException (const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx) |
| | Constructor with message and source code location. More...
|
| |
| | PyIPSDKIPLStatsException (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. More...
|
| |
| | PyIPSDKIPLStatsException (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. More...
|
| |
|
virtual | ~PyIPSDKIPLStatsException () 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 PyIPSDKIPLStats.
- Author
- E. Noirfalise
- Date
- 2015/12/31
- Copyright
- 2015 Reactiv'IP, all right reserved.