Revision 18316 branches/v10/libraries/libRemoteServices/src/org/gvsig/remoteClient/wfs/WFSProtocolHandler.java

View differences:

WFSProtocolHandler.java
370 370
					}
371 371
				}
372 372
			}			
373
		} catch (WFSException e){
374
			throw e;
373 375
		} catch (Exception e){
374 376
			throw new WFSException(e);
375 377
		}

Also available in: Unified diff