]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix on [Bug PAL8053] REGRESSION: it is impossible to import ".../KERNEL/examples...
authorapo <apo@opencascade.com>
Mon, 7 Feb 2005 11:48:00 +0000 (11:48 +0000)
committerapo <apo@opencascade.com>
Mon, 7 Feb 2005 11:48:00 +0000 (11:48 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx

index 15fbf9f7f78011b6306d69da9d901d3f0992f191..395bb92c8295313f4e0f80ac0e229483f95d810e 100644 (file)
@@ -440,7 +440,7 @@ VISU_Convertor* VISU_MedConvertor::Build()  {
        }
       }
     }catch (std::exception& exc){
-      throw;
+      MSG(MYDEBUG,"Follow exception was occured :\n"<<exc.what());
     }catch(...){
       EXCEPTION(runtime_error,"Unknown exception !!!");
     }