|
QEverCloud 6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <EverCloudException.h>
Public Member Functions | |
| EvernoteExceptionData (QString error) | |
| virtual void | throwException () const override |
| Public Member Functions inherited from qevercloud::EverCloudExceptionData | |
| EverCloudExceptionData (QString error) | |
Additional Inherited Members | |
| Public Attributes inherited from qevercloud::EverCloudExceptionData | |
| QString | errorMessage |
Asynchronous API conterpart of EvernoteException. See EverCloudExceptionData for more details.
|
explicit |
|
overridevirtual |
If you want to throw an exception that corresponds to a received EverCloudExceptionData descendant than call this function. Do not use throw statement, it's not polymorphic.
Reimplemented from qevercloud::EverCloudExceptionData.
Reimplemented in qevercloud::EDAMInvalidContactsExceptionData, qevercloud::EDAMNotFoundExceptionData, qevercloud::EDAMSystemExceptionAuthExpiredData, qevercloud::EDAMSystemExceptionData, qevercloud::EDAMSystemExceptionRateLimitReachedData, and qevercloud::EDAMUserExceptionData.