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

View differences:

DifferenceVisitor.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.4  2007-08-07 15:42:19  azabala
48
 * Revision 1.5  2007-09-19 16:05:53  jaume
49
 * ReadExpansionFileException removed from this context
50
 *
51
 * Revision 1.4  2007/08/07 15:42:19  azabala
49 52
 * centrilizing JTS in JTSFacade
50 53
 *
51 54
 * Revision 1.3  2007/03/06 16:47:58  caballero
......
293 296
		} catch (ReadDriverException e) {
294 297
			throw new ProcessVisitorException(overlayLayer.getName(),e,
295 298
					"Error buscando los overlays que intersectan con un feature");
296
		} catch (ExpansionFileReadException e) {
297
			throw new ProcessVisitorException(overlayLayer.getName(),e,
298
				"Error buscando los overlays que intersectan con un feature");
299
		}
299
		} 
300 300
	}
301 301

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

Also available in: Unified diff