Changeset 1373 in Sophya for trunk/SophyaProg/PrgUtil/scanppf.cc


Ignore:
Timestamp:
Jan 5, 2001, 6:13:31 PM (25 years ago)
Author:
ansari
Message:

Petite amelioration gestion exception - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/scanppf.cc

    r1306 r1373  
    7373  }
    7474}
    75 catch (PThrowable pex) {
    76   cerr << " scanppf/Error - Exception catched " << pex.Msg() << endl;
     75catch (PThrowable & pex) {
     76  cerr << " scanppf/Error - Exception catched " << (string)typeid(pex).name()
     77       << " - Msg= " << pex.Msg() << endl;
    7778}
    7879
Note: See TracChangeset for help on using the changeset viewer.