ParserExceptionImpl

Exception type thrown on a parser failure, usually matchCritical.

Constructors

this
this(string msg, Input source, string filename, size_t line)
Undocumented in source.
this
this(string msg, Match context, Input source, string filename, size_t line)
Undocumented in source.

Members

Aliases

Match
alias Match = MatchData!(Input, supply)
Undocumented in source.

Functions

extend
auto extend(Match context)

Extend the exception with data about the parent context.

Mixin templates

parserExeptionCtors
mixintemplate parserExeptionCtors()
Undocumented in source.

Variables

context
Match context;
Undocumented in source.
source
Input source;
Undocumented in source.

Inherited Members

From RCDataException

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta