Changeset 375 for gssim_ui/branches


Ignore:
Timestamp:
08/10/12 15:17:54 (13 years ago)
Author:
mcichenski
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java

    r374 r375  
    209209                         
    210210                } catch (SQLException e) { 
    211                         log.error(e); 
    212                 } catch (InstantiationException e) { 
    213                         log.error(e); 
    214                 } catch (IllegalAccessException e) { 
    215                         log.error(e); 
    216                 } catch (ClassNotFoundException e) { 
    217                         log.error(e); 
    218                 } catch (Exception e) { 
    219                         log.error(e); 
     211                        log.error(e.toString()); 
     212                } catch (InstantiationException e) { 
     213                        log.error(e.toString()); 
     214                } catch (IllegalAccessException e) { 
     215                        log.error(e.toString()); 
     216                } catch (ClassNotFoundException e) { 
     217                        log.error(e.toString()); 
     218                } catch (Exception e) { 
     219                        log.error(e.toString()); 
    220220                } finally { 
    221221                        closeConnection(connection, null); 
     
    234234                        Runtime.getRuntime().exec(cmd).waitFor(); 
    235235                } catch (Exception e) { 
    236                         log.error(e); 
     236                        log.error(e.toString()); 
    237237                } 
    238238                 
Note: See TracChangeset for help on using the changeset viewer.