Salome HOME
improve error message.
[tools/medcoupling.git] / src / MEDLoader / MEDFileBasis.cxx
index bb082312e6d24aaee0217359980dfe52f3bca106..c95421cbcce9da3b3d36c325ffa757a24fc88baf 100644 (file)
@@ -34,7 +34,7 @@ MEDFileString::~MEDFileString()
   delete [] _content;
 }
 
-void MEDFileString::set(const char *s) throw(INTERP_KERNEL::Exception)
+void MEDFileString::set(const char *s)
 {
   if((int)strlen(s)>_max_lgth)
     throw INTERP_KERNEL::Exception("Name is too long to be stored in MEDfile !");