C# Class Bike.Parser.ParseException

Inheritance: System.Exception
Show file Open project: buunguyen/bike

Public Methods

Method Description
ParseException ( string msg, SourceLocation location ) : System
ParseException ( string msg, Token token ) : System
ToString ( ) : string

Method Details

ParseException() public method

public ParseException ( string msg, SourceLocation location ) : System
msg string
location SourceLocation
return System

ParseException() public method

public ParseException ( string msg, Token token ) : System
msg string
token Token
return System

ToString() public method

public ToString ( ) : string
return string