Mercurial > mxd2map
comparison src/java/de/intevation/mxd/Converter.java @ 118:39957898c694
Improved top level exception handling and logging.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 16 Jun 2011 14:06:09 +0200 |
parents | c285ed08b72c |
children | 707f13cfba74 |
comparison
equal
deleted
inserted
replaced
117:6c3d880db7c5 | 118:39957898c694 |
---|---|
109 | 109 |
110 writer.write(reader.getMapDocument()); | 110 writer.write(reader.getMapDocument()); |
111 reader.shutdown(); | 111 reader.shutdown(); |
112 } | 112 } |
113 catch(Exception e) { | 113 catch(Exception e) { |
114 e.printStackTrace(); | 114 logger.error(e.getMessage()); |
115 } | 115 } |
116 } | 116 } |
117 | 117 |
118 private static String readProperty (String key) | 118 private static String readProperty (String key) |
119 throws Exception { | 119 throws Exception { |