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

Exception to represent a mismatch in Java types in an expression.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      net.esper.client.EPException
        net.esper.util.CoercionException