Revision 27813 branches/v2_0_0_prep/libraries/libFMap_dal/src-test/org/gvsig/fmap/dal/feature/impl/MyTransform.java

View differences:

MyTransform.java
88 88
			point.setX(source.getDouble(xname));
89 89
			point.setY(source.getDouble(yname));
90 90
			target.setGeometry(this.geomName, point);
91
		} catch (InstantiationException e) {
92
            throw new CreateGeometryException(TYPES.POINT, SUBTYPES.GEOM2D, e);
93
        } catch (IllegalAccessException e) {
94
            throw new CreateGeometryException(TYPES.POINT, SUBTYPES.GEOM2D, e);
95
        }
91
		} catch (org.gvsig.fmap.geom.exception.CreateGeometryException e) {
92
        	throw new CreateGeometryException(TYPES.POINT, SUBTYPES.GEOM2D, e);
93
		}
96 94
	}
97 95

  
98 96
	public void loadState(PersistentState state) throws PersistenceException {

Also available in: Unified diff