Class ParserGenerator::SyntaxErrorException

Nested Relationships

This class is a nested type of Class ParserGenerator.

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class SyntaxErrorException : public std::runtime_error

Public Functions

inline SyntaxErrorException(const char *what_arg, std::pair<size_t, size_t> r)
inline std::pair<size_t, size_t> line_info() const