Revision 34645 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/WMTSProtocolHandlerFactory.java

View differences:

WMTSProtocolHandlerFactory.java
133 133
    		 reader.close();
134 134
    		 dis.close();
135 135
    		 return version;
136
    	 } catch(ConnectException conEx) {
137
    		 throw new ConnectException(conEx.getMessage());
138
    	 } catch(IOException ioEx) {
139
    		 throw new IOException(ioEx.getMessage());
140 136
    	 } catch(XmlPullParserException xmlEx) {
141 137
    		 xmlEx.printStackTrace();
142 138
    		 return "";

Also available in: Unified diff