Revision 33205 branches/v2_0_0_prep/libraries/libFMap_controls/src/org/gvsig/fmap/mapcontrol/dal/feature/swing/table/ConfigurableFeatureTableModel.java

View differences:

ConfigurableFeatureTableModel.java
42 42
import org.gvsig.fmap.dal.feature.FeatureQueryOrder;
43 43
import org.gvsig.fmap.dal.feature.FeatureStore;
44 44
import org.gvsig.fmap.dal.feature.FeatureType;
45
import org.gvsig.tools.exception.BaseException;
45 46

  
46 47
/**
47 48
 * Extends the FeatureTableModel to add more configurable options, like the
......
214 215
    }
215 216

  
216 217
    public void orderByColumn(String name, boolean ascending)
217
            throws DataException {
218
			throws BaseException {
218 219
        FeatureQueryOrder order = getHelper().getFeatureQuery().getOrder();
219 220
        if (order==null) {
220 221
        	order = new FeatureQueryOrder();

Also available in: Unified diff