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

View differences:

TestSwapTwoBands.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;
......
90 91
			e.printStackTrace();
91 92
		} catch (IOException e) {
92 93
			e.printStackTrace();
93
		} catch (InterruptedException e) {
94
		} catch (ProcessInterruptedException e) {
94 95
			e.printStackTrace();
95 96
		} catch (OperationNotSupportedException e) {
96 97
			e.printStackTrace();

Also available in: Unified diff