Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/PictureMarkerSymbol.java

View differences:

PictureMarkerSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.1  2007-01-24 17:58:22  jaume
46
* Revision 1.2  2007-03-06 17:08:54  caballero
47
* Exceptions
48
*
49
* Revision 1.1  2007/01/24 17:58:22  jaume
47 50
* new features and architecture error fixes
48 51
*
49 52
*
......
62 65

  
63 66
import javax.imageio.ImageIO;
64 67

  
65
import com.iver.cit.gvsig.fmap.DriverException;
68
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
66 69
import com.iver.cit.gvsig.fmap.core.FShape;
67 70
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
68 71
import com.iver.utiles.XMLEntity;
......
140 143
	}
141 144

  
142 145
	public void print(Graphics2D g, AffineTransform at, FShape shape)
143
			throws DriverException {
146
			throws ReadDriverException {
144 147
		// TODO Implement it
145 148
		throw new Error("Not yet implemented!");
146 149

  

Also available in: Unified diff