Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FArrowSymbol.java

View differences:

FArrowSymbol.java
17 17

  
18 18
import javax.print.attribute.PrintRequestAttributeSet;
19 19

  
20
import com.iver.cit.gvsig.fmap.DriverException;
20
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
21 21
import com.iver.cit.gvsig.fmap.core.FPolygon2D;
22 22
import com.iver.cit.gvsig.fmap.core.FPolyline2D;
23 23
import com.iver.cit.gvsig.fmap.core.FShape;
......
313 313

  
314 314
	}
315 315

  
316
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
316
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws ReadDriverException {
317 317
		// TODO Implement it
318 318
		throw new Error("Not yet implemented!");
319 319

  

Also available in: Unified diff