Package | Description |
---|---|
com.espertech.esper.common.client.hook.exception |
Callbacks for exception handling.
|
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 runtimeURI,
java.lang.Throwable throwable,
java.lang.String deploymentId,
java.lang.String statementName,
java.lang.String epl,
ExceptionHandlerExceptionType type,
EventBean currentEvent)
Ctor.
|