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

This exception is thrown to indicate a problem in statement creation.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class EPStatementSyntaxException _
	Inherits EPStatementException
C#
[SerializableAttribute]
public class EPStatementSyntaxException : EPStatementException
Visual C++
[SerializableAttribute]
public ref class EPStatementSyntaxException : public EPStatementException

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      net.esper.client.EPException
        net.esper.client.EPStatementException
          net.esper.eql.parse.EPStatementSyntaxException