Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresCalculationService.cs =================================================================== diff -u -r5f98eeffab9a9d1d9ecdb7aff2f9088ea8f20b50 -r6a8d4edb0f3b2d00d3958c48146c51487bd01247 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresCalculationService.cs (.../StabilityPointStructuresCalculationService.cs) (revision 5f98eeffab9a9d1d9ecdb7aff2f9088ea8f20b50) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresCalculationService.cs (.../StabilityPointStructuresCalculationService.cs) (revision 6a8d4edb0f3b2d00d3958c48146c51487bd01247) @@ -111,20 +111,7 @@ /// is an invalid . /// is an invalid . /// - /// Thrown when the temporary path 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 the HydraRing file parser - /// encounters an error while parsing HydraRing output. - /// 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(StructuresCalculation calculation, IAssessmentSection assessmentSection, StabilityPointStructuresFailureMechanism failureMechanism, @@ -171,7 +158,7 @@ calculator.ExceedanceProbabilityBeta); } } - catch (HydraRingFileParserException) + catch (HydraRingCalculationException) { if (!canceled) {