Revision 1023 org.gvsig.raster.cache/trunk/org.gvsig.raster.cache/org.gvsig.raster.cache.lib.impl/src/test/java/org/gvsig/raster/cache/buffer/impl/TestInterpolationNearestReduction.java

View differences:

TestInterpolationNearestReduction.java
7 7
import org.gvsig.jgdal.GdalException;
8 8
import org.gvsig.raster.cache.buffer.Buffer;
9 9
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
10
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
10 11
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
11 12
import org.gvsig.raster.cache.buffer.impl.io.GdalWrite;
12 13
import org.gvsig.raster.cache.buffer.impl.memory.RasterMemoryBuffer;
......
60 61
			e.printStackTrace();
61 62
		} catch (IOException e) {
62 63
			e.printStackTrace();
63
		} catch (InterruptedException e) {
64
		} catch (ProcessInterruptedException e) {
64 65
			e.printStackTrace();
65 66
		} catch (OperationNotSupportedException e) {
66 67
			e.printStackTrace();

Also available in: Unified diff