comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportMorphWidth.java @ 5416:4ee97d914501

Morpho-Importer: Do not mask database exceptions as broken files
author Tom Gottfried <tom.gottfried@intevation.de>
date Tue, 26 Mar 2013 09:39:34 +0100
parents a5b003595d6c
children 3bd786772798
comparison
equal deleted inserted replaced
5415:5bac3e75f59c 5416:4ee97d914501
33 33
34 public void setUnit(ImportUnit unit) { 34 public void setUnit(ImportUnit unit) {
35 this.unit = unit; 35 this.unit = unit;
36 } 36 }
37 37
38 public void storeDependencies(River river) throws SQLException, 38 public void storeDependencies(River river) {
39 ConstraintViolationException {
40 log.info("store dependencies"); 39 log.info("store dependencies");
41 40
42 MorphologicalWidth peer = getPeer(river); 41 MorphologicalWidth peer = getPeer(river);
43 42
44 if (peer != null) { 43 if (peer != null) {

http://dive4elements.wald.intevation.org