Mercurial > mxd2map
comparison src/java/de/intevation/mxd/reader/ILayerReader.java @ 117:6c3d880db7c5
Improved exception handling for layer reader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 16 Jun 2011 12:05:34 +0200 |
parents | 59e06c405a9a |
children | 39957898c694 |
comparison
equal
deleted
inserted
replaced
116:c8a1361ddd38 | 117:6c3d880db7c5 |
---|---|
10 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> | 10 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> |
11 */ | 11 */ |
12 public interface ILayerReader{ | 12 public interface ILayerReader{ |
13 | 13 |
14 void setUtil(MapToXMLUtils util); | 14 void setUtil(MapToXMLUtils util); |
15 Element read() throws Exception; | 15 Element read(); |
16 | 16 |
17 } | 17 } |
18 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : | 18 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |