comparison src/java/de/intevation/mxd/reader/ISymbolReader.java @ 115:fb93f20478cc

Improved exception handling for symbol reader.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 15 Jun 2011 16:48:42 +0200
parents 59e06c405a9a
children df4e0946ef02
comparison
equal deleted inserted replaced
114:93699e8f2d1f 115:fb93f20478cc
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 ISymbolReader{ 14 public interface ISymbolReader{
15 15
16 Element read() throws Exception; 16 Element read();
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 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 21 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)