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

Asynchronous API conterpart of EDAMNotFoundException. More...

Inherits qevercloud::EvernoteExceptionData.

Public Member Functions

 EDAMNotFoundExceptionData (QString err, Optional< QString > identifier, Optional< QString > key)
 
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::EvernoteExceptionData
 EvernoteExceptionData (QString err)
 
- Public Member Functions inherited from qevercloud::EverCloudExceptionData
 EverCloudExceptionData (QString err)
 

Public Attributes

Optional< QString > identifier
 
Optional< QString > key
 
- Public Attributes inherited from qevercloud::EverCloudExceptionData
QString errorMessage
 Contains an error message. More...
 

Detailed Description

Asynchronous API conterpart of EDAMNotFoundException.

See EverCloudExceptionData for more details.

Member Function Documentation

virtual void qevercloud::EDAMNotFoundExceptionData::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::EvernoteExceptionData.