Revision 45425 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/fmap/mapcontrol/dal/feature/swing/FeatureSelectionModel.java

View differences:

FeatureSelectionModel.java
313 313
    }
314 314
    try {
315 315
      return getFeatureSelection().isEmpty();
316
    } catch (DataException ex) {
316
    } catch (Exception ex) {
317 317
      throw new SelectionChangeException(ex);
318 318
    }
319 319
  }

Also available in: Unified diff