Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs =================================================================== diff -u -r98893373912f751309ca68fa432e3b9abd9ec2ce -r75630f09cc8a68394325d35a881c8e372913268f --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs (.../UpliftVanKernelWrapper.cs) (revision 98893373912f751309ca68fa432e3b9abd9ec2ce) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs (.../UpliftVanKernelWrapper.cs) (revision 75630f09cc8a68394325d35a881c8e372913268f) @@ -33,7 +33,7 @@ /// /// Class that wraps for performing an Uplift Van calculation. /// - public class UpliftVanKernelWrapper : IUpliftVanKernel + internal class UpliftVanKernelWrapper : IUpliftVanKernel { private readonly StabilityModel stabilityModel; @@ -191,10 +191,6 @@ ReadResult(result); } - catch (XmlSchemaValidationException e) - { - throw new UpliftVanKernelWrapperException(e.Message, e); - } catch (Exception e) when (!(e is UpliftVanKernelWrapperException)) { throw new UpliftVanKernelWrapperException(e.Message, e);