comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportSedimentYield.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
52 52
53 public void addValue(ImportSedimentYieldValue value) { 53 public void addValue(ImportSedimentYieldValue value) {
54 this.values.add(value); 54 this.values.add(value);
55 } 55 }
56 56
57 public void storeDependencies(River river) throws SQLException, 57 public void storeDependencies(River river) {
58 ConstraintViolationException {
59 log.debug("store dependencies"); 58 log.debug("store dependencies");
60 59
61 if (grainFraction != null) { 60 if (grainFraction != null) {
62 grainFraction.storeDependencies(); 61 grainFraction.storeDependencies();
63 } 62 }

http://dive4elements.wald.intevation.org