From: jfa Date: Wed, 2 Feb 2005 14:28:35 +0000 (+0000) Subject: PAL7924: Meaningfull error message provided X-Git-Tag: V2_2_0~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=254420b8db3b86bbbc648c2d5b011280d7e873fe;p=modules%2Fgeom.git PAL7924: Meaningfull error message provided --- diff --git a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx index f2af73996..ed47c37c4 100644 --- a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx @@ -70,6 +70,9 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFacesWithWarnings (const TopoDS_Shape& the case 6: Standard_Failure::Raise("Result shape is Null"); break; + case 101: + Standard_Failure::Raise("Argument shape is not a compound of hexahedral solids"); + break; case 200: Standard_Failure::Raise("Error occured during check of geometric coincidence"); break;