Salome HOME
[bos #40035][EDF] Handle Salome Exception in interface to retun meaninfull error...
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index 30281a309df91e47a258b11338d9ab37938cb4c1..3a097af9182afdbdd627713d8f7d6786a14c5d58 100644 (file)
@@ -1270,15 +1270,15 @@ module StdMeshers
     void SetTotalThickness(in double thickness) raises (SALOME::SALOME_Exception);
     void SetNumberLayers(in short numberOfLayers ) raises (SALOME::SALOME_Exception);
     void SetStretchFactor(in double strechFactor ) raises (SALOME::SALOME_Exception);
-    void SetMethod( in VLExtrusionMethod how );
-    void SetGroupName(in string name);
+    void SetMethod( in VLExtrusionMethod how ) raises (SALOME::SALOME_Exception);
+    void SetGroupName(in string name) raises (SALOME::SALOME_Exception);
 
-    GEOM::GEOM_Object GetShrinkGeometry( in SMESH::SMESH_Mesh finalMesh, in GEOM::GEOM_Object theObject );
+    GEOM::GEOM_Object GetShrinkGeometry( in SMESH::SMESH_Mesh finalMesh, in GEOM::GEOM_Object theObject ) raises (SALOME::SALOME_Exception);
 
     /*!
      * Build the prismatic layer from the shrink mesh
      */
-    boolean AddLayers( in SMESH::SMESH_Mesh sourceMesh, in SMESH::SMESH_Mesh finalMesh, in GEOM::GEOM_Object theObject );
+    boolean AddLayers( in SMESH::SMESH_Mesh sourceMesh, in SMESH::SMESH_Mesh finalMesh, in GEOM::GEOM_Object theObject ) raises (SALOME::SALOME_Exception);
 
   };