|
QEverCloud
3.0.0
Unofficial Evernote Cloud API for Qt
|
#include <EverCloudException.h>
Public Member Functions | |
| EvernoteException () | |
| EvernoteException (QString error) | |
| EvernoteException (const std::string &error) | |
| EvernoteException (const char *error) | |
| virtual QSharedPointer < EverCloudExceptionData > | exceptionData () const Q_DECL_OVERRIDE |
Public Member Functions inherited from qevercloud::EverCloudException | |
| EverCloudException () | |
| EverCloudException (QString error) | |
| EverCloudException (const std::string &error) | |
| EverCloudException (const char *error) | |
| ~EverCloudException () throw () | |
| const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from qevercloud::EverCloudException | |
| QByteArray | m_error |
All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are descendants of this class.
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
virtual |
1.8.8