QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
qevercloud::EvernoteException Class Reference

#include <EverCloudException.h>

Inheritance diagram for qevercloud::EvernoteException:
qevercloud::EverCloudException qevercloud::EDAMNotFoundException qevercloud::EDAMSystemException qevercloud::EDAMUserException qevercloud::EDAMSystemExceptionAuthExpired qevercloud::EDAMSystemExceptionRateLimitReached

Public Member Functions

 EvernoteException ()
 
 EvernoteException (QString error)
 
 EvernoteException (const std::string &error)
 
 EvernoteException (const char *error)
 
virtual QSharedPointer
< EverCloudExceptionData
exceptionData () const Q_DECL_OVERRIDE
 
- Public Member Functions inherited from qevercloud::EverCloudException
 EverCloudException ()
 
 EverCloudException (QString error)
 
 EverCloudException (const std::string &error)
 
 EverCloudException (const char *error)
 
 ~EverCloudException () throw ()
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Attributes inherited from qevercloud::EverCloudException
QByteArray m_error
 

Detailed Description

All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are descendants of this class.

Constructor & Destructor Documentation

qevercloud::EvernoteException::EvernoteException ( )
explicit
qevercloud::EvernoteException::EvernoteException ( QString  error)
explicit
qevercloud::EvernoteException::EvernoteException ( const std::string &  error)
explicit
qevercloud::EvernoteException::EvernoteException ( const char *  error)
explicit

Member Function Documentation

virtual QSharedPointer<EverCloudExceptionData> qevercloud::EvernoteException::exceptionData ( ) const
virtual