ParserException

Undocumented in source.

Constructors

this
this(string msg, string file, int line, int pos)
Undocumented in source.

Members

Properties

file
string file [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
line
int line [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
msg
string msg [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
int pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_file
string _file;
Undocumented in source.
_line
int _line;
Undocumented in source.
_msg
string _msg;
Undocumented in source.
_pos
int _pos;
Undocumented in source.

Meta