Click or drag to resize

TreeParserGetErrorMessage Method

Tree parsers parse nodes they usually have a token object as payload. Set the exception token and do the default behavior.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public override string GetErrorMessage(
	RecognitionException e,
	string[] tokenNames
)

Parameters

e
Type: Stimulsoft.Data.Expressions.Antlr.RuntimeRecognitionException

[Missing <param name="e"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.GetErrorMessage(Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException,System.String[])"]

tokenNames
Type: SystemString

[Missing <param name="tokenNames"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.GetErrorMessage(Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException,System.String[])"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeParser.GetErrorMessage(Stimulsoft.Data.Expressions.Antlr.Runtime.RecognitionException,System.String[])"]

See Also