libquentier
0.4.0
The library for rich desktop clients of Evernote service
|
The IQuentierException class represents the interface for exceptions specific to libquentier and applications based on it. More...
#include <IQuentierException.h>
Public Member Functions | |
IQuentierException (const ErrorString &message) | |
QString | localizedErrorMessage () const |
QString | nonLocalizedErrorMessage () const |
virtual const char * | what () const Q_DECL_OVERRIDE throw () |
virtual QTextStream & | print (QTextStream &strm) const Q_DECL_OVERRIDE |
![]() | |
virtual const QString | toString () const |
Protected Member Functions | |
IQuentierException (const IQuentierException &other) | |
IQuentierException & | operator= (const IQuentierException &other) |
virtual const QString | exceptionDisplayName () const =0 |
![]() | |
Printable (const Printable &other) | |
The IQuentierException class represents the interface for exceptions specific to libquentier and applications based on it.
In addition to standard exception features inherited from std::exception, IQuentierException based exceptions can provide both localized and non-localized error messages.