QEverCloud
Unofficial Evernote Cloud API for Qt
|
Asynchronous API conterpart of ThriftException. More...
Inherits qevercloud::EverCloudExceptionData.
Public Member Functions | |
ThriftExceptionData (QString err, ThriftException::Type::type type) | |
virtual void | throwException () const Q_DECL_OVERRIDE |
If you want to throw an exception that corresponds to a recrived EverCloudExceptionData descendant than call this function. More... | |
![]() | |
EverCloudExceptionData (QString err) | |
Public Attributes | |
ThriftException::Type::type | type |
![]() | |
QString | errorMessage |
Contains an error message. More... | |
Asynchronous API conterpart of ThriftException.
See EverCloudExceptionData for more details.
|
inlinevirtual |
If you want to throw an exception that corresponds to a recrived EverCloudExceptionData descendant than call this function.
Do not use throw
statement, it's not polymorphic.
Reimplemented from qevercloud::EverCloudExceptionData.