Community
Participate
Working Groups
} catch (MalformedURLException e) {
throw new JavaModelException(new JavaModelStatus(IJavaModelStatusConstants.CANNOT_RETRIEVE_ATTACHED_JAVADOC, this));
} catch (FileNotFoundException e) {
// see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=120559 &
// Ignore, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=120559 &
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=400060
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=403036
throw new JavaModelException(e, IJavaModelStatusConstants.CANNOT_RETRIEVE_ATTACHED_JAVADOC);
} catch (SocketException e) {
// see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=247845 &