Revision 652 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/ClassifiableVectorial.java

View differences:

ClassifiableVectorial.java
1 1
package com.iver.cit.gvsig.fmap.layers.layerOperations;
2 2

  
3 3
import com.hardcode.driverManager.DriverLoadException;
4
import com.hardcode.gdbms.engine.data.DriverException;
5 4
import com.hardcode.gdbms.engine.instruction.FieldNotFoundException;
6
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
5
import com.iver.cit.gvsig.fmap.DriverException;
7 6
import com.iver.cit.gvsig.fmap.rendering.VectorialLegend;
8 7

  
9 8

  
......
20 19
	 * @throws DriverException DOCUMENT ME!
21 20
	 * @throws FieldNotFoundException DOCUMENT ME!
22 21
	 */
23
	void setLegend(VectorialLegend r)
24
		throws DriverLoadException, DriverException, FieldNotFoundException;
22
	void setLegend(VectorialLegend r) throws DriverException, FieldNotFoundException;
25 23
}

Also available in: Unified diff