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

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
 
- Public Member Functions inherited from qevercloud::EverCloudException
 EverCloudException (QString err)
 
 EverCloudException (const std::string &err)
 
 EverCloudException (const char *err)
 
const char * what () const Q_DECL_OVERRIDE throw ()
 

Additional Inherited Members

- Protected Attributes inherited from qevercloud::EverCloudException
QByteArray err_
 

Detailed Description

All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are descendants of this class.