public class ExceptionHandlingService extends Object
Constructor and Description |
---|
ExceptionHandlingService(String engineURI,
List<ExceptionHandler> exceptionHandlers,
List<ConditionHandler> conditionHandlers) |
Modifier and Type | Method and Description |
---|---|
String |
getEngineURI() |
void |
handleCondition(BaseCondition condition,
EPStatementHandle handle) |
void |
handleException(RuntimeException ex,
EPStatementAgentInstanceHandle handle,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
void |
handleException(RuntimeException ex,
String statementName,
String epl,
ExceptionHandlerExceptionType type,
EventBean optionalCurrentEvent) |
void |
handleInboundPoolException(String engineURI,
Throwable exception,
Object event) |
public ExceptionHandlingService(String engineURI, List<ExceptionHandler> exceptionHandlers, List<ConditionHandler> conditionHandlers)
public void handleCondition(BaseCondition condition, EPStatementHandle handle)
public void handleException(RuntimeException ex, EPStatementAgentInstanceHandle handle, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent)
public String getEngineURI()
public void handleException(RuntimeException ex, String statementName, String epl, ExceptionHandlerExceptionType type, EventBean optionalCurrentEvent)