-
Bug
-
Resolution: Unresolved
-
P2
-
9
The specification for https://download.java.net/java/early_access/jdk25/docs/api/java.desktop/java/awt/HeadlessException.html#%3Cinit%3E() updated with JDK-8016313 is not followed by the OpenJDK implementation.
===
Constructor Details
HeadlessException
public HeadlessException()
Constructs new HeadlessException with empty message.
===
In fact at least in headful environment the message is `null`, not empty.
===
Constructor Details
HeadlessException
public HeadlessException()
Constructs new HeadlessException with empty message.
===
In fact at least in headful environment the message is `null`, not empty.
- relates to
-
JDK-8016313 java.awt.Headless exception has no spec since its creation
-
- Resolved
-
-
JDK-8358618 UnsupportedOperationException no-args constructor javadoc is not clear
-
- Open
-