X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84637d5a56f373e75eb6619d1afb54b7da3f5e36..112849de03f2fae9fb4755887bc15322dbe03206:/src/simix/smx_deployment.cpp diff --git a/src/simix/smx_deployment.cpp b/src/simix/smx_deployment.cpp index 8468165933..422f0a86d4 100644 --- a/src/simix/smx_deployment.cpp +++ b/src/simix/smx_deployment.cpp @@ -48,7 +48,7 @@ void SIMIX_launch_application(const std::string& file) parse_status = surf_parse(); surf_parse_close(); xbt_assert(not parse_status, "Parse error at %s:%d", file.c_str(), surf_parse_lineno); - } catch (const xbt_ex&) { + } catch (const simgrid::Exception&) { XBT_ERROR( "Unrecoverable error at %s:%d. The full exception stack follows, in case it helps you to diagnose the problem.", file.c_str(), surf_parse_lineno);