[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts from a syntax error to a nice statement exception.

Namespace: net.esper.eql.parse
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function convert ( _
	e As RecognitionException, _
	expression As String _
) As EPStatementSyntaxException
C#
public static EPStatementSyntaxException convert (
	RecognitionException e,
	string expression
)
Visual C++
public:
static EPStatementSyntaxException^ convert (
	RecognitionException^ e, 
	String^ expression
)

Parameters

e
RecognitionException
is the syntax error
expression
System.String
is the expression text

Return Value

syntax exception