comparison src/java/de/intevation/mxd/reader/IRendererReader.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 c8a1361ddd38
comparison
equal deleted inserted replaced
73:acbe36fb45e0 74:7eba97e8201b
1 package de.intevation.mxd.reader; 1 package de.intevation.mxd.reader;
2 2
3 import java.io.IOException; 3 import java.lang.Exception;
4 4
5 import org.w3c.dom.Element; 5 import org.w3c.dom.Element;
6 6
7 import de.intevation.mxd.utils.MapToXMLUtils; 7 import de.intevation.mxd.utils.MapToXMLUtils;
8 8
11 * 11 *
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 IRendererReader{ 14 public interface IRendererReader{
15 15
16 Element read() throws IOException; 16 Element read() throws Exception;
17 17
18 void setParent(Element parent); 18 void setParent(Element parent);
19 void setUtil(MapToXMLUtils util); 19 void setUtil(MapToXMLUtils util);
20 20
21 } 21 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)