Revision 39057 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureAttributeDescriptor.java

View differences:

DefaultFeatureAttributeDescriptor.java
164 164
            } catch (GeometryException e) {
165 165
                throw new RuntimeException(
166 166
                    "Error getting geometry type with type = "
167
                        + Geometry.TYPES.NULL + ", subtype = "
168
                        + Geometry.SUBTYPES.GEOM2D, e);
167
                        + this.geometryType + ", subtype = "
168
                        + this.geometrySubType, e);
169 169
            }
170 170
        }
171 171
        return this.geomType;

Also available in: Unified diff