libquentier 0.8.0
The library for rich desktop clients of Evernote service
|
The LocalStorageOpenException is thrown on failure to open the local storage database. More...
#include <LocalStorageOpenException.h>
Public Member Functions | |
LocalStorageOpenException (const ErrorString &message) | |
LocalStorageOpenException * | clone () const override |
void | raise () const override |
![]() | |
ErrorString | errorMessage () const |
QString | localizedErrorMessage () const |
QString | nonLocalizedErrorMessage () const |
const char * | what () const noexcept override |
QTextStream & | print (QTextStream &strm) const override |
![]() | |
QString | toString () const |
Protected Member Functions | |
QString | exceptionDisplayName () const override |
![]() | |
IQuentierException (ErrorString message) | |
IQuentierException (const IQuentierException &other) | |
IQuentierException & | operator= (const IQuentierException &other) |
The LocalStorageOpenException is thrown on failure to open the local storage database.
|
overrideprotectedvirtual |
Implements quentier::IQuentierException.