CheckException

Undocumented in source.

Constructors

this
this(string tail, string msg, Err err)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

column
size_t column;

Column number at which parse failure occurred

err
CheckException err;

Parent in hierarchy

line
size_t line;

Line number at which parse failure occurred

msg
string msg;

Name of production rule which failed to parse, or specific error message

Meta