Revision 21143 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/operation/GeometryOperationException.java

View differences:

GeometryOperationException.java
65 65
	public GeometryOperationException(int geometryType, int operationCode){
66 66
		this.geometryType = geometryType;	
67 67
		this.operationCode = operationCode;
68
		init();
68 69
	}
69 70
	
70 71
	/**

Also available in: Unified diff