Revision 490 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/SingleSymbolLegend.java

View differences:

SingleSymbolLegend.java
3 3

  
4 4
import com.hardcode.gdbms.engine.data.DataSource;
5 5
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
6
import com.iver.cit.gvsig.fmap.layers.XMLException;
6 7
import com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D;
7 8
import com.iver.utiles.XMLEntity;
8 9

  
......
77 78
/**
78 79
 * @see com.iver.cit.gvsig.fmap.rendering.Legend#cloneLegend()
79 80
 */
80
public Legend cloneLegend() throws ClassNotFoundException, InstantiationException, IllegalAccessException {
81
public Legend cloneLegend() throws XMLException {
81 82
	return (Legend)LegendFactory.createFromXML(getXMLEntity());
82 83
}
83 84
/* (non-Javadoc)

Also available in: Unified diff