libquentier 0.5.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 noexcept override |
virtual QTextStream & | print (QTextStream &strm) const override |
![]() | |
virtual QTextStream & | print (QTextStream &strm) const =0 |
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) | |
Printable & | operator= (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.
|
overridevirtual |
Implements quentier::Printable.