QEverCloud
Unofficial Evernote Cloud API for Qt
|
All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are descendants of this class. More...
Inherits qevercloud::EverCloudException.
Inherited by qevercloud::EDAMNotFoundException, qevercloud::EDAMSystemException, and qevercloud::EDAMUserException.
Public Member Functions | |
EvernoteException (QString err) | |
EvernoteException (const std::string &err) | |
EvernoteException (const char *err) | |
virtual QSharedPointer < EverCloudExceptionData > | exceptionData () const Q_DECL_OVERRIDE |
![]() | |
EverCloudException (QString err) | |
EverCloudException (const std::string &err) | |
EverCloudException (const char *err) | |
const char * | what () const Q_DECL_OVERRIDE throw () |
Additional Inherited Members | |
![]() | |
QByteArray | err_ |
All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are descendants of this class.