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

This represents an issue with a Bank. More...

#include <BankingErrors.h>

Inheritance diagram for drn::banking::BankError:
Collaboration diagram for drn::banking::BankError:

Public Member Functions

 BankError (const BankName &, const char *, const std::exception &={})=delete
 
 BankError (const BankName &name, const ::QString &message, const std::exception &root={})
 
- 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.
 

Detailed Description

This represents an issue with a Bank.

Constructor & Destructor Documentation

◆ BankError() [1/2]

drn::banking::BankError::BankError ( const BankName & name,
const ::QString & message,
const std::exception & root = {} )
Here is the call graph for this function:

◆ BankError() [2/2]

drn::banking::BankError::BankError ( const BankName & ,
const char * ,
const std::exception & = {} )
delete