[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, such as syntax error or type checking problem etc.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Inheritance Hierarchy

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