Revision 35623 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/WMTSProtocolHandler.java

View differences:

WMTSProtocolHandler.java
489 489
            }
490 490
        }
491 491
        catch(XmlPullParserException parser_ex){
492
            throw new IOException(parser_ex);
492
            throw new IOException(parser_ex.getMessage());
493 493
        }
494 494
       
495 495
        String message = errors.size()>0? "" : null;

Also available in: Unified diff