Click or drag to resize

ExceptionHandlerContext Class

Context provided to ExceptionHandler implementations providing exception-contextual information as well as the exception itself.

Statement information pertains to the statement currently being processed when the unchecked exception occured.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.exceptionExceptionHandlerContext

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ExceptionHandlerContext

The ExceptionHandlerContext type exposes the following members.

Constructors
  NameDescription
Public methodExceptionHandlerContext
Ctor.
Top
Properties
  NameDescription
Public propertyCurrentEvent
Gets the current event, when available.
Public propertyDeploymentId
Returns the deployment identifier.
Public propertyEpl
Returns the expression text of the statement.
Public propertyException
Returns the exception.
Public propertyExceptionType
Gets the type of the exception.
Public propertyRuntimeURI
Returns the runtime URI.
Public propertyStatementName
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.
Top
See Also