Class ParseException

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class ParseException : public std::runtime_error

Thrown whenever a parser class has an unrecoverable issue parsing a message.

Public Functions

inline explicit ParseException(const std::string &error)