*/
public AbstractHyperlinkDetector createHyperlinkDetector() throws CoreException {
final Throwable[] exception= new Throwable[1];
final AbstractHyperlinkDetector[] result= new AbstractHyperlinkDetector[1];
String message= NLSUtility.format(EditorMessages.Editor_error_HyperlinkDetector_couldNotCreate_message, new String[] { getId(), fElement.getContributor().getName() });
ISafeRunnable code= new SafeRunnable(message) {
/*
* @see org.eclipse.core.runtime.ISafeRunnable#run()
*/
public void run() throws Exception {
String pluginId = fElement.getContributor().getName();