|
|
|
| IPSDKIPLAttributesException () |
| | Default constructor.
|
| |
| | IPSDKIPLAttributesException (const std::string &msg, const char *functionName, const char *filePath, ipsdk::ipUInt32 lineIdx) |
| | Constructor with message and source code location. More...
|
| |
| | IPSDKIPLAttributesException (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...
|
| |
| | IPSDKIPLAttributesException (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 | ~IPSDKIPLAttributesException () throw () |
| | Destructor.
|
| |
|
const char * | what () const |
| |
|
const std::string & | getMsg () const |
| |
|
const char * | getFunctionName () const |
| |
|
const char * | getFilePath () const |
| |
|
ipUInt32 | getLineIdx () const |
| |
|
const BaseException * | getExcpFromReThrow () const |
| |
|
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx) |
| |
|
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const BaseException &exceptionFromReThrow) |
| |
|
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const std::exception &exceptionFromReThrow) |
| |
|
| BaseException (const BaseException &e) |
| |
|
BaseException & | operator= (const BaseException &e) |
| |
|
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx) |
| |
|
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const BaseException &exceptionFromReThrow) |
| |
|
| BaseException (const std::string &msg, const char *functionName, const char *filePath, ipUInt32 lineIdx, const std::exception &exceptionFromReThrow) |
| |
|
| BaseException (const BaseException &e) |
| |
|
BaseException & | operator= (const BaseException &e) |
| |
Exception class for library IPSDKIPLAttributes.
- Author
- E.Noirfalise
- Date
- 2014/10/21
- Copyright
- 2014 Reactiv'IP, all right reserved.