QEverCloud
Unofficial Evernote Cloud API for Qt
Public Member Functions | List of all members
qevercloud::EvernoteExceptionData Class Reference

Asynchronous API conterpart of EvernoteException. More...

Inherits qevercloud::EverCloudExceptionData.

Inherited by qevercloud::EDAMNotFoundExceptionData, qevercloud::EDAMSystemExceptionData, and qevercloud::EDAMUserExceptionData.

Public Member Functions

 EvernoteExceptionData (QString err)
 
virtual void throwException () const Q_DECL_OVERRIDE
 If you want to throw an exception that corresponds to a recrived EverCloudExceptionData descendant than call this function. More...
 
- Public Member Functions inherited from qevercloud::EverCloudExceptionData
 EverCloudExceptionData (QString err)
 

Additional Inherited Members

- Public Attributes inherited from qevercloud::EverCloudExceptionData
QString errorMessage
 Contains an error message. More...
 

Detailed Description

Asynchronous API conterpart of EvernoteException.

See EverCloudExceptionData for more details.

Member Function Documentation

virtual void qevercloud::EvernoteExceptionData::throwException ( ) const
inlinevirtual

If you want to throw an exception that corresponds to a recrived EverCloudExceptionData descendant than call this function.

Do not use throw statement, it's not polymorphic.

Reimplemented from qevercloud::EverCloudExceptionData.

Reimplemented in qevercloud::EDAMSystemExceptionAuthExpiredData, qevercloud::EDAMSystemExceptionRateLimitReachedData, qevercloud::EDAMNotFoundExceptionData, qevercloud::EDAMSystemExceptionData, and qevercloud::EDAMUserExceptionData.