libquentier 0.5.0
The library for rich desktop clients of Evernote service
|
The ApplicationSettingsInitializationException can be thrown from methods of ApplicationSettings class if it's unable to locate the file with persistent settings. More...
#include <ApplicationSettingsInitializationException.h>
Public Member Functions | |
ApplicationSettingsInitializationException (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 ApplicationSettingsInitializationException can be thrown from methods of ApplicationSettings class if it's unable to locate the file with persistent settings.
|
overrideprotectedvirtual |
Implements quentier::IQuentierException.