QEverCloud
6.1.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) | |
virtual | ~EverCloudException () noexcept override |
virtual const char * | what () const noexcept override |
virtual std::shared_ptr< EverCloudExceptionData > | exceptionData () const |
Protected Attributes | |
QByteArray | m_error |
All exceptions thrown by the library are of this class or its descendants.
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
overridevirtualnoexcept |
|
virtual |
Reimplemented in qevercloud::EDAMInvalidContactsException, qevercloud::EDAMNotFoundException, qevercloud::EDAMSystemException, qevercloud::EDAMUserException, qevercloud::EDAMSystemExceptionAuthExpired, qevercloud::EDAMSystemExceptionRateLimitReached, qevercloud::ThriftException, qevercloud::NetworkException, and qevercloud::EvernoteException.
|
overridevirtualnoexcept |
|
mutableprotected |