Revision 10665 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java

View differences:

FLyrVect.java
748 748
			try {
749 749
				xml.putProperty("recordset-name", getSource().getRecordset()
750 750
						.getName());
751
			} catch (DriverLoadException e) {
752
				throw new XMLException(e);
753 751
			} catch (ReadDriverException e) {
754 752
				throw new XMLException(e);
755 753
			}
......
766 764
			try {
767 765
				xml.putProperty("recordset-name", getSource().getRecordset()
768 766
						.getName());
769
			} catch (DriverLoadException e) {
770
				throw new XMLException(e);
771 767
			} catch (ReadDriverException e) {
772 768
				throw new XMLException(e);
773 769
			}
......
790 786
			try {
791 787
				xml.putProperty("recordset-name", getSource().getRecordset()
792 788
						.getName());
793
			} catch (DriverLoadException e) {
794
				throw new XMLException(e);
795 789
			} catch (ReadDriverException e) {
796 790
				throw new XMLException(e);
797 791
			}
......
940 934
				this.setAvailable(false);
941 935
				throw new XMLException(e1);
942 936
			*/
943
			} catch (DriverLoadException e1) {
944
				this.setAvailable(false);
945
				throw new XMLException(e1);
946 937
			} catch (ReadDriverException e1) {
947 938
				this.setAvailable(false);
948 939
				throw new XMLException(e1);
......
1180 1171
				}
1181 1172
				ley.useDefaultSymbol(true);
1182 1173
			}
1183
		} catch (DriverLoadException e) {
1184
			throw new StartEditionLayerException(getName(),e);
1185 1174
		} catch (ReadDriverException e) {
1186 1175
			throw new StartEditionLayerException(getName(),e);
1187 1176
		} catch (FieldNotFoundException e) {

Also available in: Unified diff