| 
    QEverCloud
    
   Unofficial Evernote Cloud API for Qt 
   | 
 
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_ | 
All exceptions throws by the library are of this class or its descendants.
 1.8.5