提交 f13f6315 编写于 作者: S Serge Rider

#4209 RSV presentation switch error handle

上级 5cd5aec9
......@@ -549,7 +549,7 @@ public class ResultSetViewer extends Viewer
activePresentationDescriptor = newPresentation;
setActivePresentation(instance);
} catch (Throwable e) {
log.error(e);
DBWorkbench.getPlatformUI().showError("Presentation activate", "Can't instantiate data view '" + newPresentation.getLabel() + "'", e);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册