AWTExceptionpublic class AWTException extends Exception Signals that an Absract Window Toolkit exception has occurred. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public AWTException(String msg)Constructs an instance of AWTException with the
specified detail message. A detail message is an
instance of String that describes this particular
exception.
super(msg);
|
|