Mercurial > mxd2map
diff src/java/de/intevation/mxd/reader/IReader.java @ 121:9f74f4d36822
Set default values and improved logging and exception handling for map reader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 16 Jun 2011 18:36:48 +0200 |
parents | c51376f8e24c |
children | df4e0946ef02 |
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/IReader.java Thu Jun 16 14:49:45 2011 +0200 +++ b/src/java/de/intevation/mxd/reader/IReader.java Thu Jun 16 18:36:48 2011 +0200 @@ -28,7 +28,7 @@ /** * Read the content. */ - boolean read() throws IOException; + boolean read() throws Exception; /** * Request DOM Document containing the map data.