Revision 22129

View differences:

branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/DataManager.java
133 133
			throw new InitializeException(name,e);
134 134
		} catch (IllegalAccessException e) {
135 135
			throw new InitializeException(name,e);
136
		} catch (Exception e) {
137
			// TODO: de momento para los class en el caso de que no exista el explorer.
138
			throw new InitializeException(name, e);
136 139
		}
137 140
	}
138 141

  

Also available in: Unified diff