[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 a filter specification.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      net.esper.eql.parse.ASTWalkException
        net.esper.eql.parse.ASTFilterSpecValidationException