Revision 24691 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/legend/IVectorLegend.java

View differences:

IVectorLegend.java
40 40
 */
41 41
package org.gvsig.fmap.mapcontext.rendering.legend;
42 42

  
43
import org.gvsig.fmap.dal.exception.ReadException;
43
import org.gvsig.fmap.dal.exception.DataException;
44 44
import org.gvsig.fmap.dal.feature.Feature;
45 45
import org.gvsig.fmap.dal.feature.FeatureStore;
46 46
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
......
58 58
	 * Inserts the DataSource.
59 59
	 *
60 60
	 * @param ds DataSource.
61
	 *
61
	 * @throws DataException TODO
62 62
	 * @throws FieldNotFoundException when the field is not found.
63 63
	 * @throws DriverException When the driver fails.
64 64
	 */
65 65
	void setFeatureStore(FeatureStore fs)
66
		throws ReadException;
66
		throws DataException;
67 67

  
68 68
	/**
69 69
	 * Returns the symbol to be used to represent the feature in the i-th

Also available in: Unified diff