Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/AlphanumericData.java

View differences:

AlphanumericData.java
40 40
 */
41 41
package com.iver.cit.gvsig.fmap.layers.layerOperations;
42 42

  
43
import com.iver.cit.gvsig.fmap.DriverException;
43
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
44
import com.hardcode.gdbms.engine.data.driver.DriverException;
44 45
import com.iver.cit.gvsig.fmap.layers.SelectableDataSource;
45 46

  
46 47

  
......
54 55
	 * @return Tabla asociada
55 56
	 *
56 57
	 * @throws DriverException
58
	 * @throws ReadDriverException
57 59
	 */
58
	SelectableDataSource getRecordset() throws DriverException;
60
	SelectableDataSource getRecordset() throws ReadDriverException;
59 61
}

Also available in: Unified diff