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

View differences:

NearestSpatialJoinVisitor.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
......
207 210
		} catch (ReadDriverException e) {
208 211
			throw new ProcessVisitorException(targetRecordset.getName(),e,
209 212
					"Problemas accediendo a los datos durante un nearest spatial join");
210
		} catch (ExpansionFileReadException e) {
211
			throw new ProcessVisitorException(targetRecordset.getName(),e,
212
			"Problemas accediendo a los datos durante un nearest spatial join");
213
		}
213
		} 
214 214
	}
215 215

  
216 216
	public void stop(FLayer layer) throws VisitorException {

Also available in: Unified diff