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/TestInterpolationNearestIncrease.java

View differences:

TestInterpolationNearestIncrease.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;
......
61 62
			e.printStackTrace();
62 63
		} catch (IOException e) {
63 64
			e.printStackTrace();
64
		} catch (InterruptedException e) {
65
		} catch (ProcessInterruptedException e) {
65 66
			e.printStackTrace();
66 67
		} catch (OperationNotSupportedException e) {
67 68
			e.printStackTrace();

Also available in: Unified diff