GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions
GncCsvImpParseError Struct Reference

Exception that will be thrown whenever a parsing error is encountered. More...

#include <gnc-import-tx.hpp>

Inheritance diagram for GncCsvImpParseError:

Public Member Functions

 GncCsvImpParseError (const std::string &err, ErrMap err_vec)
 
ErrMap errors () const
 

Detailed Description

Exception that will be thrown whenever a parsing error is encountered.

To get a full list of current errors, call member function parse_errors().

Definition at line 85 of file gnc-import-tx.hpp.

Constructor & Destructor Documentation

◆ GncCsvImpParseError()

GncCsvImpParseError::GncCsvImpParseError ( const std::string &  err,
ErrMap  err_vec 
)
inline

Definition at line 87 of file gnc-import-tx.hpp.

87: std::runtime_error(err), m_errors{err_vec} {}

Member Function Documentation

◆ errors()

ErrMap GncCsvImpParseError::errors ( ) const
inline

Definition at line 88 of file gnc-import-tx.hpp.

88{return m_errors;}

The documentation for this struct was generated from the following file: