C# Class Pickaxe.Parser.ParseException

Inheritance: System.Exception
Mostra file Open project: bitsummation/pickaxe

Public Methods

Method Description
ParseException ( LineInfo line, string antlrMessage ) : System

Method Details

ParseException() public method

public ParseException ( LineInfo line, string antlrMessage ) : System
line LineInfo
antlrMessage string
return System