Interface EPDataFlowExceptionHandler
public interface EPDataFlowExceptionHandler
Handler for exceptions thrown by data flow operators.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(EPDataFlowExceptionContext context) Handle exception.
-
Method Details
-
handle
Handle exception.- Parameters:
context
- provides all exception information
-