Farkle


PostProcessorException Type

An exception thrown by Farkle when the post-processor throws another exception. That exception is wrapped to this one.

Constructors

Constructor Description

PostProcessorException(prod, innerExn)

Full Usage: PostProcessorException(prod, innerExn)

Parameters:
Returns: PostProcessorException
prod : Production
innerExn : exn
Returns: PostProcessorException

PostProcessorException(term, innerExn)

Full Usage: PostProcessorException(term, innerExn)

Parameters:
Returns: PostProcessorException
term : Terminal
innerExn : exn
Returns: PostProcessorException