|
QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
|
#include <exceptions.h>
Public Member Functions | |
| EDAMInvalidContactsExceptionData (QList< Contact > contacts, Optional< QString > parameter, Optional< QList< EDAMInvalidContactReason::type > > reasons) | |
| virtual void | throwException () const Q_DECL_OVERRIDE |
Public Member Functions inherited from qevercloud::EvernoteExceptionData | |
| EvernoteExceptionData (QString error) | |
Public Member Functions inherited from qevercloud::EverCloudExceptionData | |
| EverCloudExceptionData (QString error) | |
Protected Attributes | |
| QList< Contact > | m_contacts |
| Optional< QString > | m_parameter |
| Optional< QList< EDAMInvalidContactReason::type > > | m_reasons |
Additional Inherited Members | |
Public Attributes inherited from qevercloud::EverCloudExceptionData | |
| QString | errorMessage |
Asynchronous API conterpart of EDAMInvalidContactsException. 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::EvernoteExceptionData.
|
protected |
|
protected |
|
protected |
1.8.14