libquentier 0.8.0
The library for rich desktop clients of Evernote service
|
The IKeychainService::Exception class is the base class for exceptions returned inside QFutures from methods of IKeychainService. More...
#include <IKeychainService.h>
Public Member Functions | |
Exception (ErrorCode errorCode) noexcept | |
Exception (ErrorCode errorCode, ErrorString errorDescription) noexcept | |
ErrorCode | errorCode () const noexcept |
QString | exceptionDisplayName () const override |
void | raise () const override |
Exception * | clone () const override |
![]() | |
ErrorString | errorMessage () const |
QString | localizedErrorMessage () const |
QString | nonLocalizedErrorMessage () const |
const char * | what () const noexcept override |
QTextStream & | print (QTextStream &strm) const override |
![]() | |
QString | toString () const |
Additional Inherited Members | |
![]() | |
IQuentierException (ErrorString message) | |
IQuentierException (const IQuentierException &other) | |
IQuentierException & | operator= (const IQuentierException &other) |
The IKeychainService::Exception class is the base class for exceptions returned inside QFutures from methods of IKeychainService.
|
overridevirtual |
Implements quentier::IQuentierException.