DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::file_storage::BinaryFileError Struct Referencefinal

#include <FileStorageErrors.h>

Inheritance diagram for drn::file_storage::BinaryFileError:
Collaboration diagram for drn::file_storage::BinaryFileError:

Public Member Functions

 BinaryFileError (const QString &, const char *, const std::exception={})=delete
 
 BinaryFileError (const QString &fileName, const QString &message, const std::exception root={})
 
- Public Member Functions inherited from drn::storage::StorageError
 StorageError (const QString &, const char *, const std::exception &={})=delete
 
 StorageError (const QString &errorString, const QString &message, const std::exception &root={})
 Fully initialisation constructor.
 
- Public Member Functions inherited from drn::foundation::Error
 Error (const ::QString &message)
 Error message constructor.
 
 Error (const ::QString &message, const std::exception &root)
 Error and supplementary context data constructor.
 
 Error (const char *)=delete
 
 Error (const char *, const std::exception &)=delete
 
const ::QString & message () const noexcept
 An accessor to the error message.
 

Constructor & Destructor Documentation

◆ BinaryFileError() [1/2]

drn::file_storage::BinaryFileError::BinaryFileError ( const QString & fileName,
const QString & message,
const std::exception root = {} )
Here is the call graph for this function:

◆ BinaryFileError() [2/2]

drn::file_storage::BinaryFileError::BinaryFileError ( const QString & ,
const char * ,
const std::exception = {} )
delete