Inherits std::runtime_error.
List of all members.
Detailed Description
Definition at line 26 of file parse.hpp.
Member Function Documentation
The character index into the entire input this error was encountered on.
Definition at line 49 of file parse.hpp.
The character index on the current line this error was encountered on.
Definition at line 46 of file parse.hpp.
The line of input this error was encountered on.
Definition at line 43 of file parse.hpp.
A message from the parser which has user-readable details about the encountered problem.
Definition at line 52 of file parse.hpp.
Member Data Documentation
In some cases, problems do not occur at a specific column (such as EOF). In these cases, the value of column
will be set to no_column
.
Definition at line 35 of file parse.hpp.
The documentation for this class was generated from the following files: