QEverCloud
3.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 |
const char* qevercloud::EverCloudException::what | ( | ) | const | |
throw | ( | |||
) |
|
mutableprotected |