AWTErrorpublic class AWTError extends Error Thrown when a serious Abstract Window Toolkit error has occurred. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public AWTError(String msg)Constructs an instance of AWTError with the specified
detail message.
super(msg);
|
|