net.sf.zig_project.gpl.common.io
Interface IOExceptionHandler
- All Known Implementing Classes:
- ExceptionRegurgitator
- public interface IOExceptionHandler
This class provides basic exception handling for IOExceptions. While
a typical catch method might generally be appropriate, this interface
is used by multi-threaded IO operations, such as that in
ThreadedTransfer, where the exception might occur on a different thread
than the one used to initiate the operation.
Exceptions, once handled, are considered caught, but the caller will
generally consider the underlying source unstable, and will terminate
it, if possible.
- Version:
- September 4, 2004
- Author:
- Frank Ziglar
handle
public void handle(IOException e)