Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/ILayerReader.java @ 74:7eba97e8201b
Catch all exceptions in the MXDReader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 26 May 2011 18:11:29 +0200 |
parents | c51376f8e24c |
children | 59e06c405a9a |
comparison
equal
deleted
inserted
replaced
73:acbe36fb45e0 | 74:7eba97e8201b |
---|---|
12 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 12 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |
13 */ | 13 */ |
14 public interface ILayerReader{ | 14 public interface ILayerReader{ |
15 | 15 |
16 void setUtil(MapToXMLUtils util); | 16 void setUtil(MapToXMLUtils util); |
17 Element read() throws IOException; | 17 Element read() throws Exception; |
18 | 18 |
19 } | 19 } |
20 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : | 20 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |