QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
qevercloud::EvernoteExceptionData Class Reference

#include <EverCloudException.h>

Inheritance diagram for qevercloud::EvernoteExceptionData:
qevercloud::EverCloudExceptionData qevercloud::EDAMNotFoundExceptionData qevercloud::EDAMSystemExceptionData qevercloud::EDAMUserExceptionData qevercloud::EDAMSystemExceptionAuthExpiredData qevercloud::EDAMSystemExceptionRateLimitReachedData

Public Member Functions

 EvernoteExceptionData (QString error)
 
virtual void throwException () const Q_DECL_OVERRIDE
 
- Public Member Functions inherited from qevercloud::EverCloudExceptionData
 EverCloudExceptionData (QString error)
 

Additional Inherited Members

- Public Attributes inherited from qevercloud::EverCloudExceptionData
QString errorMessage
 

Detailed Description

Asynchronous API conterpart of EvernoteException. See EverCloudExceptionData for more details.

Constructor & Destructor Documentation

qevercloud::EvernoteExceptionData::EvernoteExceptionData ( QString  error)
explicit

Member Function Documentation

virtual void qevercloud::EvernoteExceptionData::throwException ( ) const
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.