QEverCloud
Unofficial Evernote Cloud API for Qt
Public Member Functions | Protected Attributes | List of all members
qevercloud::EverCloudException Class Reference

All exceptions throws by the library are of this class or its descendants. More...

Inherits std::exception.

Inherited by qevercloud::EvernoteException, and qevercloud::ThriftException.

Public Member Functions

 EverCloudException (QString err)
 
 EverCloudException (const std::string &err)
 
 EverCloudException (const char *err)
 
virtual QSharedPointer
< EverCloudExceptionData
exceptionData () const
 
const char * what () const Q_DECL_OVERRIDE throw ()
 

Protected Attributes

QByteArray err_
 

Detailed Description

All exceptions throws by the library are of this class or its descendants.