A parsing error that did not originate from the parser, but from user code during post-processing.
Exceptions of this type during post-processing
will be specially treated by the runtime Farkle API
as UserErrors.
F# users can use the error
or errorf
functions
in Farkle.Builder
.
Constructor | Description |
Full Usage:
ParserApplicationException(msg)
Parameters:
string
Returns: ParserApplicationException
|
Creates an exception without a custom error position.
|
Full Usage:
ParserApplicationException(msg, pos)
Parameters:
string
pos : Position
Returns: ParserApplicationException
|
Creates an exception with a custom error position.
|