QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
|
#include <EverCloudException.h>
Public Member Functions | |
EverCloudException () | |
EverCloudException (QString error) | |
EverCloudException (const std::string &error) | |
EverCloudException (const char *error) | |
~EverCloudException () throw () | |
const char * | what () const throw () |
virtual QSharedPointer< EverCloudExceptionData > | exceptionData () const |
Protected Attributes | |
QByteArray | m_error |
All exceptions throws by the library are of this class or its descendants.
|
explicit |
|
explicit |
|
explicit |
|
explicit |
qevercloud::EverCloudException::~EverCloudException | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Reimplemented in qevercloud::EDAMInvalidContactsException, qevercloud::EDAMNotFoundException, qevercloud::EDAMSystemException, qevercloud::EDAMUserException, qevercloud::EDAMSystemExceptionAuthExpired, qevercloud::EDAMSystemExceptionRateLimitReached, qevercloud::EvernoteException, and qevercloud::ThriftException.
const char* qevercloud::EverCloudException::what | ( | ) | const | |
throw | ( | |||
) |
|
mutableprotected |