Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/VectorialLegend.java

View differences:

VectorialLegend.java
40 40
 */
41 41
package com.iver.cit.gvsig.fmap.rendering;
42 42

  
43
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
43 44
import com.hardcode.gdbms.engine.data.DataSource;
44 45
import com.hardcode.gdbms.engine.instruction.FieldNotFoundException;
45

  
46
import com.iver.cit.gvsig.fmap.DriverException;
47 46
import com.iver.cit.gvsig.fmap.core.IFeature;
48 47
import com.iver.cit.gvsig.fmap.core.symbols.ISymbol;
49

  
50 48
import com.iver.utiles.XMLEntity;
51 49

  
52 50

  
......
60 58
	 * Inserta el DataSource.
61 59
	 *
62 60
	 * @param ds DataSource.
63
	 *
64 61
	 * @throws FieldNotFoundException cuando el campo no se encuentre.
65
	 * @throws DriverException Cuando falle el driver.
62
	 * @throws ReadDriverException TODO
66 63
	 */
67 64
	void setDataSource(DataSource ds)
68
		throws FieldNotFoundException, DriverException;
65
		throws FieldNotFoundException, ReadDriverException;
69 66

  
70 67
	/**
71 68
	 * Devuelve el s?mbolo asociado al objeto que se pasa como par?metro. Si se
......
75 72
	 * @param recordIndex ?ndice
76 73
	 *
77 74
	 * @return S?mbolo.
78
	 *
79
	 * @throws DriverException
75
	 * @throws ReadDriverException TODO
80 76
	 */
81
	ISymbol getSymbol(int recordIndex) throws DriverException;
77
	ISymbol getSymbol(int recordIndex) throws ReadDriverException;
82 78
    
83 79
    ISymbol getSymbolByFeature(IFeature feat);
84 80

  

Also available in: Unified diff