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

View differences:

TestAddBand.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;
......
74 75
			e.printStackTrace();
75 76
		} catch (IOException e) {
76 77
			e.printStackTrace();
77
		} catch (InterruptedException e) {
78
		} catch (ProcessInterruptedException e) {
78 79
			e.printStackTrace();
79 80
		} catch (OperationNotSupportedException e) {
80 81
			e.printStackTrace();

Also available in: Unified diff