commit | 06c11c78cacee84ff59fd8a46291143a95c4e382 | [log] [tgz] |
---|---|---|
author | klow <klow> | Wed Sep 17 06:05:04 2008 +0000 |
committer | klow <klow> | Wed Sep 17 06:05:04 2008 +0000 |
tree | dfeb71683d59e388f01cb288b338085212675ea4 | |
parent | b559af7804d1354523af072dd1adf76d959e381b [diff] |
wlu: catch exception for getOrderInfo method
diff --git a/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java b/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java index ceb2b90..7b15f8b 100644 --- a/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java +++ b/1.5/plugins/org.eclipse.epf.library.edit/src/org/eclipse/epf/library/edit/util/TngUtil.java
@@ -1431,7 +1431,7 @@ return orderInfo; } } - } catch (IOException e1) { + } catch (Exception e1) { e1.printStackTrace(); } return null;