comparison src/java/de/intevation/mxd/reader/MarkerSymbolReader.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 260748e3d08f
children 9ea64427ac7e
comparison
equal deleted inserted replaced
73:acbe36fb45e0 74:7eba97e8201b
38 public MarkerSymbolReader() { 38 public MarkerSymbolReader() {
39 logger.debug("contructor()"); 39 logger.debug("contructor()");
40 this.symbol = null; 40 this.symbol = null;
41 } 41 }
42 42
43 public Element read() throws Exception { 43 public Element read()
44 throws Exception {
44 if(symbol == null) { 45 if(symbol == null) {
45 return parent; 46 return parent;
46 } 47 }
47 48
48 ISymbolReader sreader = null; 49 ISymbolReader sreader = null;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)