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

View differences:

ClassifiableVectorial.java
41 41
package com.iver.cit.gvsig.fmap.layers.layerOperations;
42 42

  
43 43
import com.hardcode.driverManager.DriverLoadException;
44
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
44 45
import com.hardcode.gdbms.engine.instruction.FieldNotFoundException;
45
import com.iver.cit.gvsig.fmap.DriverException;
46
import com.iver.cit.gvsig.exceptions.layers.LegendLayerException;
46 47
import com.iver.cit.gvsig.fmap.rendering.VectorialLegend;
47 48

  
48 49

  
......
54 55
	 * Inserta una leyenda de tipo VectorialLegend.
55 56
	 *
56 57
	 * @param r VectorialLegend.
57
	 *
58
	 * @throws FieldNotFoundException
59
	 * @throws ReadDriverException
60
	 * @throws LegendLayerException
58 61
	 * @throws DriverLoadException
59
	 * @throws DriverException 
60
	 * @throws FieldNotFoundException 
61 62
	 */
62
	void setLegend(VectorialLegend r) throws DriverException, FieldNotFoundException;
63
	void setLegend(VectorialLegend r) throws LegendLayerException;
63 64
}

Also available in: Unified diff