3 <font face=
"verdana" size=
"-1">This inspection reports duplicate classes in the method throws list.
6 <b><font color=
"#000080">void
</font></b> f()
<b><font color=
"#000080">throws
</font></b> Exception,
<b><font color=
"#800000">Exception
</font></b> {
10 Also, inspection warns if you have declared two exceptions one of which subclasses another.
13 <b><font color=
"#000080">void
</font></b> f()
<b><font color=
"#000080">throws
</font></b> <b><font color=
"#800000">IOException
</font></b>, Exception {