Farkle


ParserException Type

An exception thrown by Farkle's parser on a snytax or lexical error.

Constructors

Constructor Description

ParserException(error)

Full Usage: ParserException(error)

Parameters:
Returns: ParserException
error : ParserError
Returns: ParserException

Instance members

Instance member Description

this.Error

Full Usage: this.Error

Returns: ParserError

The ParserError object this exception holds.

Returns: ParserError