Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Service/DuneErosionBoundaryCalculationService.cs
===================================================================
diff -u -r7ab79af2bb399cd6dec25b211c7021eecf202c50 -r6a8d4edb0f3b2d00d3958c48146c51487bd01247
--- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Service/DuneErosionBoundaryCalculationService.cs (.../DuneErosionBoundaryCalculationService.cs) (revision 7ab79af2bb399cd6dec25b211c7021eecf202c50)
+++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Service/DuneErosionBoundaryCalculationService.cs (.../DuneErosionBoundaryCalculationService.cs) (revision 6a8d4edb0f3b2d00d3958c48146c51487bd01247)
@@ -66,7 +66,6 @@
/// - The contains invalid characters.
/// - The contribution of the failure mechanism is zero.
/// - The target propability or the calculated propability falls outside the [0.0, 1.0] range and is not .
- /// - The given is not unique.
///
/// Thrown when:
///
@@ -75,18 +74,7 @@
/// - Unable to open settings database file.
/// - Unable to read required data from database file.
///
- /// Thrown when the temporary working directory can't be accessed due to missing permissions.
- /// Thrown when the specified path is not valid or the network name is not known
- /// or an I/O error occurred while opening the file
- /// Thrown when the directory can't be created due to missing
- /// the required persmissions.
- /// Thrown when
- /// is not the same with already added input.
- /// Thrown when there was an error in opening the associated file
- /// or the wait setting could not be accessed.
- /// Thrown when the process object has already been disposed.
- /// Thrown when an error occurs during parsing of the Hydra-Ring output.
- /// Thrown when an error occurs during the calculation.
+ /// Thrown when an error occurs while performing the calculation.
public void Calculate(DuneLocation duneLocation,
DuneErosionFailureMechanism failureMechanism,
string ringId,
@@ -122,7 +110,7 @@
duneLocation.Output = CreateDuneLocationOutput(duneLocation.Name, calculationInput.Beta, mechanismSpecificNorm);
}
}
- catch (HydraRingFileParserException)
+ catch (HydraRingCalculationException)
{
if (!canceled)
{