Revision 47431 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/paging/impl/FeaturePagingHelperImpl.java

View differences:

FeaturePagingHelperImpl.java
769 769
                    LOG.warn("Error getting element " + position + " of the list after reloading data. "+(featSet==null?0:featSet.hashCode()), e);
770 770
                    throw new RuntimeException(e);
771 771
                }
772
            } catch(FeatureIndexException ex) {
773
                IndexOutOfBoundsException ioobe = new IndexOutOfBoundsException("");
774
                ioobe.initCause(ex);
775
                throw ioobe;
772 776
            } catch (BaseException ex) {
773 777
                throw new RuntimeException(ex);
774 778
            }

Also available in: Unified diff