comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportFlowVelocityModelValue.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 5b54a648f702
children 3bd786772798
comparison
equal deleted inserted replaced
5415:5bac3e75f59c 5416:4ee97d914501
36 this.mainChannel = mainChannel; 36 this.mainChannel = mainChannel;
37 this.shearStress = shearStress; 37 this.shearStress = shearStress;
38 } 38 }
39 39
40 40
41 public void storeDependencies(FlowVelocityModel model) 41 public void storeDependencies(FlowVelocityModel model) {
42 throws SQLException, ConstraintViolationException
43 {
44 getPeer(model); 42 getPeer(model);
45 } 43 }
46 44
47 45
48 public FlowVelocityModelValue getPeer(FlowVelocityModel model) { 46 public FlowVelocityModelValue getPeer(FlowVelocityModel model) {

http://dive4elements.wald.intevation.org