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/others/TestCacheVsMemory.java

View differences:

TestCacheVsMemory.java
7 7
import org.gvsig.jgdal.GdalException;
8 8
import org.gvsig.raster.cache.buffer.Buffer;
9 9
import org.gvsig.raster.cache.buffer.exception.OperationNotSupportedException;
10
import org.gvsig.raster.cache.buffer.exception.ProcessInterruptedException;
10 11
import org.gvsig.raster.cache.buffer.impl.BufferCacheManagerImpl;
11 12
import org.gvsig.raster.cache.buffer.impl.io.GdalRead;
12 13
import org.gvsig.raster.cache.buffer.impl.memory.RasterMemoryBuffer;
......
114 115
			e.printStackTrace();
115 116
		} catch (IOException e) {
116 117
			e.printStackTrace();
117
		} catch (InterruptedException e) {
118
		} catch (ProcessInterruptedException e) {
118 119
			e.printStackTrace();
119 120
		} catch (OperationNotSupportedException e) {
120 121
			e.printStackTrace();

Also available in: Unified diff