Ignore:
Timestamp:
11/23/18 14:48:14 (5 years ago)
Author:
oabramkina
Message:

Dev: adding exception handling.

To activate it, compilation flag -DXIOS_EXCEPTION should be added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/xml_parser_impl.hpp

    r591 r1612  
    3939                  << "Error is occuring when parsing XML flux from <"<<fluxId<<"> at character "<< pos<<" line "<<lineNumber<<" column "<< columnNumber<< endl 
    4040                  << strLine<<endl 
    41                   << string(columnNumber-1,'x')<<'^'<<endl 
    42                   <<" Error : " << exc.what() ) 
     41                  << string(columnNumber-1,'x')<<'^'<<endl) 
     42//                  <<" Error : " << exc.what() ) 
    4343         } 
    4444      } 
Note: See TracChangeset for help on using the changeset viewer.