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/vertical/TestCopyBand.java

View differences:

TestCopyBand.java
9 9
import org.gvsig.raster.cache.buffer.Buffer;
10 10
import org.gvsig.raster.cache.buffer.exception.BandNotCompatibleException;
11 11
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
12
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
12 13
import org.gvsig.raster.cache.buffer.impl.BufferCacheManagerImpl;
13 14
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
14 15
import org.gvsig.raster.cache.buffer.impl.io.GdalWrite;
......
82 83
			e.printStackTrace();
83 84
		} catch (IOException e) {
84 85
			e.printStackTrace();
85
		} catch (InterruptedException e) {
86
		} catch (ProcessInterruptedException e) {
86 87
			e.printStackTrace();
87 88
		} catch (OperationNotSupportedException e) {
88 89
			e.printStackTrace();

Also available in: Unified diff