Revision 10665 trunk/libraries/libGDBMS/src/main/java/com/hardcode/gdbms/engine/spatial/fmap/AbstractFMapFileDriver.java

View differences:

AbstractFMapFileDriver.java
85 85
			dataSource.start();
86 86
		} catch (ReadDriverException e) {
87 87
			throw new OpenDriverException(getName(),e);
88
		} catch (DriverLoadException e) {
89
			throw new OpenDriverException(getName(),e);
90 88
		}
91 89
	}
92 90

  

Also available in: Unified diff