libquentier 0.5.0
The library for rich desktop clients of Evernote service
|
The DatabaseRequestException is thrown when the local storage database encounters some internal error during the attemt to serve a request. More...
#include <DatabaseRequestException.h>
Public Member Functions | |
DatabaseRequestException (const ErrorString &message) | |
![]() | |
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 | |
virtual const QString | exceptionDisplayName () const override |
![]() | |
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 DatabaseRequestException is thrown when the local storage database encounters some internal error during the attemt to serve a request.
|
overrideprotectedvirtual |
Implements quentier::IQuentierException.