| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.awt.AWTException
AWTException | public class AWTException extends Exception (Code) | | Signals that an Absract Window Toolkit exception has occurred.
version: 1.23 05/05/07 author: Arthur van Hoff |
Constructor Summary | |
public | AWTException(String msg) Constructs an instance of AWTException with the
specified detail message. |
AWTException | public AWTException(String msg)(Code) | | Constructs an instance of AWTException with the
specified detail message. A detail message is an
instance of String that describes this particular
exception.
Parameters: msg - the detail message since: JDK1.0 |
|
|
|