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/stripecache/horizontal/TestReplicateBand.java

View differences:

TestReplicateBand.java
8 8
import org.gvsig.raster.cache.buffer.Band;
9 9
import org.gvsig.raster.cache.buffer.Buffer;
10 10
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
11
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
11 12
import org.gvsig.raster.cache.buffer.impl.BufferCacheManagerImpl;
12 13
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
13 14
import org.gvsig.raster.cache.buffer.impl.io.GdalWrite;
......
76 77
			e.printStackTrace();
77 78
		} catch (IOException e) {
78 79
			e.printStackTrace();
79
		} catch (InterruptedException e) {
80
		} catch (ProcessInterruptedException e) {
80 81
			e.printStackTrace();
81 82
		} catch (OperationNotSupportedException e) {
82 83
			e.printStackTrace();

Also available in: Unified diff