QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <exceptions.h>
Public Member Functions | |
EDAMUserExceptionData (QString error, EDAMErrorCode::type errorCode, Optional< QString > parameter) | |
virtual void | throwException () const Q_DECL_OVERRIDE |
![]() | |
EvernoteExceptionData (QString error) | |
![]() | |
EverCloudExceptionData (QString error) | |
Protected Attributes | |
EDAMErrorCode::type | m_errorCode |
Optional< QString > | m_parameter |
Additional Inherited Members | |
![]() | |
QString | errorMessage |
Asynchronous API conterpart of EDAMUserException. 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 |