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

View differences:

TestSwapBands.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.exception.WrongParameterException;
12 13
import org.gvsig.raster.cache.buffer.impl.BufferCacheManagerImpl;
13 14
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
......
95 96
			e.printStackTrace();
96 97
		} catch (IOException e) {
97 98
			e.printStackTrace();
98
		} catch (InterruptedException e) {
99
		} catch (ProcessInterruptedException e) {
99 100
			e.printStackTrace();
100 101
		} catch (OperationNotSupportedException e) {
101 102
			e.printStackTrace();

Also available in: Unified diff