Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs =================================================================== diff -u -r24e8ac9b5d1d0e28b83f64cea8ef926165d7619b -rdeeb111cd648c41702c810d6b4f13ecc67098ccb --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs (.../MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs) (revision 24e8ac9b5d1d0e28b83f64cea8ef926165d7619b) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs (.../MacroStabilityInwardsFailureMechanismSectionResultAssemblyFactory.cs) (revision deeb111cd648c41702c810d6b4f13ecc67098ccb) @@ -45,7 +45,7 @@ /// A based on the . /// Thrown when /// is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssembly AssembleSimpleAssessment( MacroStabilityInwardsFailureMechanismSectionResult failureMechanismSectionResult) @@ -65,7 +65,7 @@ } catch (FailureMechanismSectionAssemblyCalculatorException e) { - throw new AssemblyFactoryException(e.Message, e); + throw new AssemblyException(e.Message, e); } } @@ -79,7 +79,7 @@ /// The belonging to this calculation. /// A . /// Thrown when any parameter is null. - /// Thrown when the + /// Thrown when the /// could not be created. public static FailureMechanismSectionAssembly AssembleDetailedAssembly( MacroStabilityInwardsFailureMechanismSectionResult failureMechanismSectionResult, @@ -124,7 +124,7 @@ } catch (FailureMechanismSectionAssemblyCalculatorException e) { - throw new AssemblyFactoryException(e.Message, e); + throw new AssemblyException(e.Message, e); } } }