Files
openide/java/java-tests/testData/codeInsight/javadocIG/ideadev2326.html
T
Tagir Valeevandintellij-monorepo-bot 2faaa1dfa3 [javadoc] Use "unused symbol" color from color scheme instead of plain red
#IDEA-312778 fixed (Red fonts in JavaDoc comments for unresolved links are too bright and eye catching)

GitOrigin-RevId: d9045aa1d5ef10320d343a0924b14eb26aa54441
2023-02-09 11:21:44 +00:00

2 lines
1.3 KiB
HTML

<html><head><base href="placeholder"></head><body><div class="bottom"><icon src="AllIcons.Nodes.Class">&nbsp;<a href="psi_element://Idea4780"><code><span style="color:#000000;">Idea4780</span></code></a></div><div class='definition'><pre><span style="color:#000080;font-weight:bold;">public</span>&nbsp;<a href="psi_element://java.lang.Object"><code><span style="color:#000000;">Object</span></code></a>&nbsp;<span style="color:#000000;">read</span><span style="">(</span><span style="">)</span>
<span style="color:#000080;font-weight:bold;">throws</span>&nbsp;<a href="psi_element://java.io.IOException"><code><span style="color:#000000;">IOException</span></code></a></pre></div><table class='sections'><p><tr><td valign='top' class='section'><p>Throws:</td><td valign='top'><p><a href="psi_element://java.io.IOException"><code><span style="color:#0000ff;">IOException</span></code></a> &ndash; if an I/O error occurs while reading. <p><a href="psi_element://java.io.EOFException"><code><span style="color:#0000ff;">EOFException</span></code></a> &ndash; if this source is already closed when the <code>read()</code> is called, or is closed during the <code>read()</code>. <p><span style="color:#ff0000">InterruptedIOException</span> &ndash; if the reading thread is interrupted.</td></table>