Package | Description |
---|---|
com.espertech.esper.common.client.hook.exception |
Callbacks for exception handling.
|
com.espertech.esper.common.internal.settings |
Modifier and Type | Method and Description |
---|---|
ExceptionHandlerExceptionType |
ExceptionHandlerContext.getType()
Returns exception type information
|
static ExceptionHandlerExceptionType |
ExceptionHandlerExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionHandlerExceptionType[] |
ExceptionHandlerExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExceptionHandlerContext(String runtimeURI,
Throwable throwable,
String deploymentId,
String statementName,
String epl,
ExceptionHandlerExceptionType type,
EventBean currentEvent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlingService.handleException(RuntimeException ex,
EPStatementAgentInstanceHandle handle,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
void |
ExceptionHandlingService.handleException(RuntimeException ex,
String deploymentId,
String statementName,
String epl,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
Copyright © 2005–2019. All rights reserved.