libquentier 0.8.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
quentier::local_storage::LocalStorageOpenException Class Reference

The LocalStorageOpenException is thrown on failure to open the local storage database. More...

#include <LocalStorageOpenException.h>

Inheritance diagram for quentier::local_storage::LocalStorageOpenException:
Inheritance graph
[legend]
Collaboration diagram for quentier::local_storage::LocalStorageOpenException:
Collaboration graph
[legend]

Public Member Functions

 LocalStorageOpenException (const ErrorString &message)
 
LocalStorageOpenExceptionclone () const override
 
void raise () const override
 
- Public Member Functions inherited from quentier::IQuentierException
ErrorString errorMessage () const
 
QString localizedErrorMessage () const
 
QString nonLocalizedErrorMessage () const
 
const charwhat () const noexcept override
 
QTextStreamprint (QTextStream &strm) const override
 
- Public Member Functions inherited from quentier::Printable
QString toString () const
 

Protected Member Functions

QString exceptionDisplayName () const override
 
- Protected Member Functions inherited from quentier::IQuentierException
 IQuentierException (ErrorString message)
 
 IQuentierException (const IQuentierException &other)
 
IQuentierExceptionoperator= (const IQuentierException &other)
 

Detailed Description

The LocalStorageOpenException is thrown on failure to open the local storage database.

Member Function Documentation

◆ exceptionDisplayName()

QString quentier::local_storage::LocalStorageOpenException::exceptionDisplayName ( ) const
overrideprotectedvirtual