comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportSedimentDensity.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 7c1dd9c3f6bd
comparison
equal deleted inserted replaced
5415:5bac3e75f59c 5416:4ee97d914501
46 46
47 public void addValue(ImportSedimentDensityValue value) { 47 public void addValue(ImportSedimentDensityValue value) {
48 values.add(value); 48 values.add(value);
49 } 49 }
50 50
51 public void storeDependencies(River river) throws SQLException, 51 public void storeDependencies(River river) {
52 ConstraintViolationException {
53 log.info("store dependencies"); 52 log.info("store dependencies");
54 53
55 if (depth != null) { 54 if (depth != null) {
56 depth.storeDependencies(); 55 depth.storeDependencies();
57 } 56 }

http://dive4elements.wald.intevation.org