|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandlerExceptionType | |
---|---|
com.espertech.esper.client.hook | Callback interfaces for use with statement annotations. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
Uses of ExceptionHandlerExceptionType in com.espertech.esper.client.hook |
---|
Methods in com.espertech.esper.client.hook that return ExceptionHandlerExceptionType | |
---|---|
ExceptionHandlerExceptionType |
ExceptionHandlerContext.getType()
|
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. |
Constructors in com.espertech.esper.client.hook with parameters of type ExceptionHandlerExceptionType | |
---|---|
ExceptionHandlerContext(java.lang.String engineURI,
java.lang.Throwable throwable,
java.lang.String statementName,
java.lang.String epl,
ExceptionHandlerExceptionType type)
Ctor. |
Uses of ExceptionHandlerExceptionType in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service with parameters of type ExceptionHandlerExceptionType | |
---|---|
void |
ExceptionHandlingService.handleException(java.lang.RuntimeException ex,
EPStatementAgentInstanceHandle handle,
ExceptionHandlerExceptionType type)
|
void |
ExceptionHandlingService.handleException(java.lang.RuntimeException ex,
java.lang.String statementName,
java.lang.String epl,
ExceptionHandlerExceptionType type)
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |