Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandlerExceptionType |
ExceptionHandlerContext.getType()
Returns exception type information
|
static ExceptionHandlerExceptionType |
ExceptionHandlerExceptionType.valueOf(java.lang.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(java.lang.String engineURI,
java.lang.Throwable throwable,
java.lang.String statementName,
java.lang.String epl,
ExceptionHandlerExceptionType type,
EventBean currentEvent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlingService.handleException(java.lang.RuntimeException ex,
EPStatementAgentInstanceHandle handle,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
void |
ExceptionHandlingService.handleException(java.lang.RuntimeException ex,
java.lang.String statementName,
java.lang.String epl,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |