Revision 16598 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/classification/ClassificationGeneralProcess.java

View differences:

ClassificationGeneralProcess.java
56 56
import org.gvsig.raster.dataset.GeoRasterWriter;
57 57
import org.gvsig.raster.dataset.IRasterDataSource;
58 58
import org.gvsig.raster.dataset.NotSupportedExtensionException;
59
import org.gvsig.raster.dataset.RasterDriverException;
59
import org.gvsig.raster.dataset.io.RasterDriverException;
60

  
60 61
import org.gvsig.raster.datastruct.ColorItem;
61 62
import org.gvsig.raster.datastruct.ColorTable;
62 63
import org.gvsig.raster.grid.Grid;
......
208 209
			bufferFactory.setAreaOfInterest();
209 210
			bufferFactory.setAllDrawableBands();
210 211
			inputGrid = new Grid(bufferFactory,bandList);		
212
		
213
		} catch (RasterDriverException e) {
214
			RasterToolsUtil.messageBoxError(PluginServices.getText(this, "raster_buffer_invalid_extension"), this, e);
211 215
		}catch (RasterBufferInvalidException e) {
212 216
			RasterToolsUtil.messageBoxError(PluginServices.getText(this, "raster_buffer_invalid_extension"), this, e);
213 217
		}catch (InterruptedException e) {

Also available in: Unified diff