commit | 697948e30b495254cca8efb48481c8daefd7a8d5 | [log] [tgz] |
---|---|---|
author | nitind <nitind> | Thu Jun 09 21:48:52 2005 +0000 |
committer | nitind <nitind> | Thu Jun 09 21:48:52 2005 +0000 |
tree | 39c582893a03ea0b9be2b5438a3929eebaa2db8a | |
parent | a628cfbbcb94a463ddae379044765328810248cb [diff] |
include original exception when rethrowing as sourceediting exception
diff --git a/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/XSDMultiPageEditorPart.java b/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/XSDMultiPageEditorPart.java index eb8a798..ddd6a7b 100644 --- a/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/XSDMultiPageEditorPart.java +++ b/bundles/org.eclipse.wst.xsd.ui/src/org/eclipse/wst/xsd/ui/internal/XSDMultiPageEditorPart.java
@@ -176,7 +176,7 @@ // dispose editor dispose(); - throw new SourceEditingRuntimeException(XSDEditorPlugin.getXSDString(exception, "An_error_has_occurred_when1_ERROR_")); //$NON-NLS-1$ + throw new SourceEditingRuntimeException(exception, XSDEditorPlugin.getXSDString("An_error_has_occurred_when1_ERROR_")); //$NON-NLS-1$ } }