Click or drag to resize

ExceptionHandler Class

Interface for an exception handler.

When the engine encounters an unchecked exception processing a continous-query statement it allows any exception handler that is registered with the engine to handle the exception, in the order any handlers are registered.

On-demand queries as well as any exceptions thrown by static method invocations or event method invocations or the API other then the sendEvent method are not provided to an exception handler.

An application may throw a runtime exception in the @handle method to cancel further processing of an event against statements.

Handle the exception as contained in the context object passed.

Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.common.client.hook.exceptionExceptionHandler

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

The ExceptionHandler type exposes the following members.

Constructors
  NameDescription
Public methodExceptionHandler
Initializes a new instance of the ExceptionHandler class
Top
Methods
See Also