Aardvark.Base


ParserException<'TPar>

The generic recursive descent parser throws this type of exception.

Constructors

ConstructorDescription
new(parser, message)
Signature: (parser:'TPar * message:string) -> unit
new(parser, pos, message)
Signature: (parser:'TPar * pos:int * message:string) -> unit
new(parser, message, inner)
Signature: (parser:'TPar * message:string * inner:exn) -> unit
Fork me on GitHub