return "An exception occurred while opening the element/symbol.";
}
@Override
protected SelectionDialog createDialog() {
OpenTypeSelectionDialog2_Ext dialog = new OpenTypeSelectionDialog2_Ext(DLTKUIPlugin.getActiveWorkbenchShell(),
true, PlatformUI.getWorkbench().getProgressService(), null,
IDLTKSearchConstants.TYPE, new DeeTypeSelectionExtension(), this.getUILanguageToolkit());
dialog.setTitle(getOpenTypeDialogTitle());
dialog.setMessage(getOpenTypeDialogMessage());
return dialog;
}