-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: client-libs
Several methods have a unnecessary note "(a runtime exception)" when the conditions for throwing an unchecked exception are described:
JApplet.setContentPane:
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is null
JRootPane.setContentPane
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is <code>null</code>
And other methods too.
JApplet.setContentPane:
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is null
JRootPane.setContentPane
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is <code>null</code>
And other methods too.