Revision 652 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/Classifiable.java

View differences:

Classifiable.java
1 1
package com.iver.cit.gvsig.fmap.layers.layerOperations;
2 2

  
3
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
3
import com.iver.cit.gvsig.fmap.DriverException;
4 4
import com.iver.cit.gvsig.fmap.layers.LegendListener;
5 5
import com.iver.cit.gvsig.fmap.rendering.Legend;
6 6

  
......
22 22
	
23 23
	public Legend getLegend();
24 24
	
25
	public int getShapeType() throws DriverIOException;
25
	public int getShapeType() throws DriverException;
26 26
}

Also available in: Unified diff