Revision 27723 branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/dbf/DBFStoreProvider.java

View differences:

DBFStoreProvider.java
23 23
import org.gvsig.fmap.dal.exception.OpenException;
24 24
import org.gvsig.fmap.dal.exception.ReadException;
25 25
import org.gvsig.fmap.dal.exception.UnsupportedVersionException;
26
import org.gvsig.fmap.dal.exception.ValidateDataParametersException;
26 27
import org.gvsig.fmap.dal.feature.DisposableIterator;
27 28
import org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor;
28 29
import org.gvsig.fmap.dal.feature.EditableFeatureType;
......
135 136
			return manager.createServerExplorer(params);
136 137
		} catch (DataException e) {
137 138
			throw new ReadException(this.getName(), e);
139
		} catch (ValidateDataParametersException e) {
140
			// TODO Auto-generated catch block
141
			throw new ReadException(this.getName(), e);
138 142
		}
139 143
	}
140 144

  

Also available in: Unified diff