Revision 6323 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/dxf/DXFMemoryDriver.java

View differences:

DXFMemoryDriver.java
832 832

  
833 833
			// Borramos los temporales
834 834
			fTemp.delete();
835
			reLoad();
835
			reload();
836 836

  
837 837
		} catch (FileNotFoundException e) {
838 838
			e.printStackTrace();
......
840 840
		} catch (IOException e) {
841 841
			e.printStackTrace();
842 842
			throw new EditionException(e);
843
		} catch (DriverException e) {
844
			e.printStackTrace();
845
			throw new EditionException(e);			
843 846
		}
844 847

  
845 848
	}
......
862 865
	 *
863 866
	 * @see com.iver.cit.gvsig.fmap.drivers.MemoryDriver#reLoad()
864 867
	 */
865
	public void reLoad() throws IOException {
866
		super.reLoad();
868
	public void reload() throws IOException, DriverException {
869
		super.reload();
867 870
		try {
868 871
			initialize();
869 872
		} catch (IOException e) {

Also available in: Unified diff