comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportFlowVelocityMeasurement.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
40 40
41 public void addValue(ImportFlowVelocityMeasurementValue value) { 41 public void addValue(ImportFlowVelocityMeasurementValue value) {
42 this.values.add(value); 42 this.values.add(value);
43 } 43 }
44 44
45 public void storeDependencies(River river) throws SQLException, 45 public void storeDependencies(River river) {
46 ConstraintViolationException {
47 log.debug("store dependencies"); 46 log.debug("store dependencies");
48 47
49 FlowVelocityMeasurement peer = getPeer(river); 48 FlowVelocityMeasurement peer = getPeer(river);
50 49
51 if (peer != null) { 50 if (peer != null) {

http://dive4elements.wald.intevation.org