java.awt
public class HeadlessException extends UnsupportedOperationException
Since: 1.4
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| HeadlessException()
Create a new instance with no detailed error message. | |
| HeadlessException(String message)
Create a new instance with the specified detailed error message.
| |
Parameters: message the detailed error message