]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To remove throw into Build methods to make them thread safe
authorapo <apo@opencascade.com>
Mon, 21 Nov 2005 13:22:08 +0000 (13:22 +0000)
committerapo <apo@opencascade.com>
Mon, 21 Nov 2005 13:22:08 +0000 (13:22 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx

index fda34bff2eb49c5ba95882d8120d8cb36490ecb9..c4dae4cec4bdd6ec15e057dc867dd2bb53718774 100644 (file)
@@ -983,7 +983,7 @@ VISU_MedConvertor
       }catch(std::exception& exc){
        MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
       }catch(...){
-       EXCEPTION(runtime_error,"Unknown exception !!!");
+       MSG(MYDEBUG,"Unknown exception !!!");
       }
 #endif
 
@@ -991,7 +991,7 @@ VISU_MedConvertor
     }catch(std::exception& exc){
       MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
     }catch(...){
-      EXCEPTION(runtime_error,"Unknown exception !!!");
+      MSG(MYDEBUG,"Unknown exception !!!");
     }
 #endif
   } 
@@ -1040,7 +1040,7 @@ VISU_MedConvertor
       }catch(std::exception& exc){
        MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
       }catch(...){
-       EXCEPTION(runtime_error,"Unknown exception !!!");
+       MSG(MYDEBUG,"Unknown exception !!!");
       }
 #endif
 
@@ -1048,7 +1048,7 @@ VISU_MedConvertor
     }catch(std::exception& exc){
       MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
     }catch(...){
-      EXCEPTION(runtime_error,"Unknown exception !!!");
+      MSG(MYDEBUG,"Unknown exception !!!");
     }
 #endif
   } 
@@ -1201,7 +1201,7 @@ VISU_MedConvertor
       }catch(std::exception& exc){
        MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
       }catch(...){
-       EXCEPTION(runtime_error,"Unknown exception !!!");
+       MSG(MYDEBUG,"Unknown exception !!!");
       }
 #endif
 
@@ -1209,7 +1209,7 @@ VISU_MedConvertor
     }catch(std::exception& exc){
       MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
     }catch(...){
-      EXCEPTION(runtime_error,"Unknown exception !!!");
+      MSG(MYDEBUG,"Unknown exception !!!");
     }
 #endif
   }
@@ -1269,7 +1269,7 @@ VISU_MedConvertor
       }catch(std::exception& exc){
        MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
       }catch(...){
-       EXCEPTION(runtime_error,"Unknown exception !!!");
+       MSG(MYDEBUG,"Unknown exception !!!");
       }
 #endif
 
@@ -1277,7 +1277,7 @@ VISU_MedConvertor
     }catch(std::exception& exc){
       MSG(MYDEBUG,"Follow exception was occured in:\n"<<exc.what());
     }catch(...){
-      EXCEPTION(runtime_error,"Unknown exception !!!");
+      MSG(MYDEBUG,"Unknown exception !!!");
     }
 #endif
   }