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

This represents an issue with an Account operation. More...

#include <AccountingErrors.h>

Inheritance diagram for drn::accounting::AccountError:
Collaboration diagram for drn::accounting::AccountError:

Public Member Functions

 AccountError (const AccountCode &, const char *, const std::exception &={})=delete
 
 AccountError (const AccountCode &ac, 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 an Account operation.

Constructor & Destructor Documentation

◆ AccountError() [1/2]

drn::accounting::AccountError::AccountError ( const AccountCode & ac,
const ::QString & message,
const std::exception & root = {} )
Here is the call graph for this function:

◆ AccountError() [2/2]

drn::accounting::AccountError::AccountError ( const AccountCode & ,
const char * ,
const std::exception & = {} )
delete