Ignore:
Timestamp:
12/10/10 16:04:54 (14 years ago)
Author:
hozdoba
Message:

Mise à jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/field_gridrefsolver.hpp

    r124 r138  
    1212      { 
    1313         if (CDomain::HasObject(domain_ref)) domain = CDomain::GetObject(domain_ref) ; 
    14          else throw XMLIOSERVER::XMLIOUndefinedValueException("Référence au domaine nommé \'"+ (string)domain_ref +"\' incorrecte") ; 
     14         else XMLIOError("Référence au domaine nommé \'"+ (string)domain_ref +"\' incorrecte") ; 
    1515      } 
    1616 
     
    1818      { 
    1919         if (CAxis::HasObject(axis_ref)) axis = CAxis::GetObject(axis_ref) ; 
    20          else throw XMLIOSERVER::XMLIOUndefinedValueException("Référence à l'axe nommé \'"+ (string)axis_ref +"\' incorrecte") ; 
     20         else XMLIOError("Référence à l'axe nommé \'"+ (string)axis_ref +"\' incorrecte") ; 
    2121      } 
    2222 
     
    2424      { 
    2525         if (CGrid::HasObject(grid_ref)) grid = CGrid::GetObject(grid_ref) ; 
    26          else throw XMLIOSERVER::XMLIOUndefinedValueException("Référence à la grille nommée \'"+ (string)grid_ref +"\' incorrecte"); 
     26         else XMLIOError("Référence à la grille nommée \'"+ (string)grid_ref +"\' incorrecte"); 
    2727      } 
    2828 
Note: See TracChangeset for help on using the changeset viewer.