]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Exceptions oubliées
authorGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Wed, 10 Feb 2021 17:00:43 +0000 (18:00 +0100)
committerGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Wed, 10 Feb 2021 17:00:43 +0000 (18:00 +0100)
idl/MG_ADAPT.idl

index 59ca6a1fd3870bade5a9e754f1dfc0bd85d6fb3a..6a4c7c98328b0dad7d85e224ca79dfb487b8aed9 100644 (file)
@@ -141,12 +141,12 @@ module SMESH{
   typedef MG_ADAPT MG_ADAPT_HYPOTHESIS;
   interface MG_ADAPT_OBJECT : SALOME::GenericObj
   {
-    void setMeshIn(in SMESH_Mesh theMesh );
-    void setMEDFileIn(in string f);
-    void setMEDFileOut(in string f);
-    void setMEDFileBackground(in string f);
-    void AddHypothesis(in MG_ADAPT mg);
-    long Compute(in boolean Publish);
+    void setMeshIn(in SMESH_Mesh theMesh )   raises (SALOME::SALOME_Exception);
+    void setMEDFileIn(in string f)           raises (SALOME::SALOME_Exception);
+    void setMEDFileOut(in string f)          raises (SALOME::SALOME_Exception);
+    void setMEDFileBackground(in string f)   raises (SALOME::SALOME_Exception);
+    void AddHypothesis(in MG_ADAPT mg)       raises (SALOME::SALOME_Exception);
+    long Compute(in boolean Publish)         raises (SALOME::SALOME_Exception);
   };
 
 };