Parsing error.
More...
#include <csv.hpp>
|
| Error (const std::string &msg) |
|
Parsing error.
Thrown when Reader encounters a parsing error
◆ Parse_error()
csv::Parse_error::Parse_error |
( |
const std::string & | type, |
|
|
int | line_no, |
|
|
int | col_no ) |
|
inline |
- Parameters
-
type | Parsing error type (ie. quote found inside of unquoted field) |
line_no | Line that the error occured on |
col_no | Column that the error occured on |
◆ col_no()
int csv::Parse_error::col_no |
( |
| ) |
const |
|
inline |
- Returns
- Column that the error occured on
◆ line_no()
int csv::Parse_error::line_no |
( |
| ) |
const |
|
inline |
- Returns
- Line number that the error occured on
◆ type()
std::string csv::Parse_error::type |
( |
| ) |
const |
|
inline |
- Returns
- Paring error type (ie. quote found inside of unquoted field)
The documentation for this class was generated from the following file: