-
Bug
-
Resolution: Fixed
-
P2
-
9, 25, 26
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8360297 | 25 | Philip Race | P2 | Resolved | Fixed | b29 |
===
Constructor Details
HeadlessException
public HeadlessException()
Constructs new HeadlessException with empty message.
===
In fact at least in headful environment the message is `null`, not empty.
- backported by
-
JDK-8360297 Clarify behavior of java.awt.HeadlessException constructed with no-args
-
- Resolved
-
- csr for
-
JDK-8359951 Clarify behavior of java.awt.HeadlessException constructed with no-args
-
- Closed
-
- 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
-
- links to
-
Commit(jdk25) openjdk/jdk/fe9efb75
-
Commit(master) openjdk/jdk/81985d42
-
Review(jdk25) openjdk/jdk/25921
-
Review(master) openjdk/jdk/25881