QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <EverCloudException.h>
Public Member Functions | |
EvernoteExceptionData (QString error) | |
virtual void | throwException () const Q_DECL_OVERRIDE |
![]() | |
EverCloudExceptionData (QString error) | |
Additional Inherited Members | |
![]() | |
QString | errorMessage |
Asynchronous API conterpart of EvernoteException. See EverCloudExceptionData for more details.
|
explicit |
|
virtual |
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.