Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/ConcreteMemoryDriver.java

View differences:

ConcreteMemoryDriver.java
43 43
 */
44 44
package com.iver.cit.gvsig.fmap.drivers;
45 45

  
46
import com.hardcode.gdbms.engine.data.driver.DriverException;
46
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
47 47
import com.hardcode.gdbms.engine.data.edition.DataWare;
48 48
import com.iver.cit.gvsig.fmap.core.FShape;
49 49

  
......
75 75
        return null;
76 76
    }
77 77

  
78
    public int[] getPrimaryKeys() throws DriverException {
78
    public int[] getPrimaryKeys() throws ReadDriverException {
79 79
        return null;
80 80
    }
81 81

  
82
    public void write(DataWare dataWare) throws DriverException {
82
    public void write(DataWare dataWare) throws ReadDriverException {
83 83

  
84 84
    }
85 85

  

Also available in: Unified diff