Changeset 3586 in Sophya for trunk/SophyaLib/SysTools/rpneval.h


Ignore:
Timestamp:
Mar 5, 2009, 2:26:06 PM (17 years ago)
Author:
ansari
Message:

Adaptation suite modif exceptions SOPHYA heritant de std::exception , Reza 05/03/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/rpneval.h

    r2598 r3586  
    2222class RPNExprException : public PException {
    2323  public:
    24   explicit RPNExprException(const char * m) : PException(m) {}
    25   explicit RPNExprException(const string& m) :  PException(m) {}
     24  explicit RPNExprException(const char * m) throw() : PException(m) {}
     25  explicit RPNExprException(const string& m) throw() :  PException(m) {}
    2626};
    2727
Note: See TracChangeset for help on using the changeset viewer.