Changeset 13325 for trunk/gli


Ignore:
Timestamp:
2006-11-24T12:14:32+13:00 (17 years ago)
Author:
mdewsnip
Message:

Added another exception check to hopefully get more information about what has gone wrong when plugin/classifier argument fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/XMLTools.java

    r12417 r13325  
    170170        parser.parse(isc);
    171171        document = parser.getDocument();
     172    }
     173    catch (SAXException exception) {
     174        System.err.println("SAX exception: " + exception.getMessage());
     175        DebugStream.printStackTrace(exception);
    172176    }
    173177    catch (Exception exception) {
Note: See TracChangeset for help on using the changeset viewer.