parsing error
More...
#include <cartobase/exception/ioexcept.h>
parsing error
Definition at line 279 of file ioexcept.h.
◆ parse_error() [1/3]
carto::parse_error::parse_error |
( |
const std::string & |
what_arg, |
|
|
const std::string & |
token_arg, |
|
|
const std::string & |
filename_arg, |
|
|
int |
line_arg |
|
) |
| |
Only use this version or the next one.
- Parameters
-
what_arg | what the parser was waiting for |
token_arg | current token |
filename_arg | name of the file |
line_arg | line where the error occured |
◆ parse_error() [2/3]
carto::parse_error::parse_error |
( |
const std::string & |
what_arg, |
|
|
const std::string & |
token_arg, |
|
|
int |
line_arg |
|
) |
| |
Only use this version or the previous one.
- Parameters
-
what_arg | what the parser was waiting for |
token_arg | current token |
line_arg | line where the error occured |
◆ parse_error() [3/3]
carto::parse_error::parse_error |
( |
const std::string & |
what_arg, |
|
|
int |
line_arg, |
|
|
const std::string & |
filename_arg = std::string() |
|
) |
| |
◆ ~parse_error()
virtual carto::parse_error::~parse_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ line()
int carto::parse_error::line |
( |
| ) |
const |
The documentation for this class was generated from the following file: