36class QUENTIER_EXPORT IQuentierException :
41 ~IQuentierException()
noexcept override;
44 [[nodiscard]] QString localizedErrorMessage()
const;
45 [[nodiscard]] QString nonLocalizedErrorMessage()
const;
48 [[nodiscard]]
const char * what()
const noexcept override;
51 QTextStream & print(QTextStream & strm)
const override;
55 IQuentierException(
const IQuentierException & other);
56 IQuentierException & operator=(
const IQuentierException & other);
58 [[nodiscard]]
virtual QString exceptionDisplayName()
const = 0;
62 char * m_whatMessage =
nullptr;