Interface IProcessStreamExceptionHandler
-
- All Known Implementing Classes:
ProcessStreamExceptionHandler,Slf4jProcessStreamExceptionHandler
public interface IProcessStreamExceptionHandlerDefines the stream exception handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(java.io.IOException ex)Handle exception
-