Revision 13874 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/impl/spatialjoin/fmap/SpatiallyIndexedSpatialJoinVisitor.java

View differences:

SpatiallyIndexedSpatialJoinVisitor.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.2  2007-03-06 16:47:58  caballero
48
 * Revision 1.3  2007-09-19 16:08:13  jaume
49
 * ReadExpansionFileException removed from this context
50
 *
51
 * Revision 1.2  2007/03/06 16:47:58  caballero
49 52
 * Exceptions
50 53
 *
51 54
 * Revision 1.1  2006/06/20 18:20:45  azabala
......
174 177
		} catch (ReadDriverException e) {
175 178
			throw new ProcessVisitorException(targetRecordset.getName(),e,
176 179
					"Error de driver al escribir un feature resultante de un spatial join");
177
		} catch (ExpansionFileReadException e) {
178
			throw new ProcessVisitorException(targetRecordset.getName(),e,
179
				"Error de driver al escribir un feature resultante de un spatial join");
180
		}
180
		} 
181 181

  
182 182
	}
183 183

  

Also available in: Unified diff