Changeset 375 for gssim_ui/branches
- Timestamp:
- 08/10/12 15:17:54 (13 years ago)
- 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 209 209 210 210 } 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()); 220 220 } finally { 221 221 closeConnection(connection, null); … … 234 234 Runtime.getRuntime().exec(cmd).waitFor(); 235 235 } catch (Exception e) { 236 log.error(e );236 log.error(e.toString()); 237 237 } 238 238
Note: See TracChangeset
for help on using the changeset viewer.