Class java.awt.AWTException
All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.AWTException
Object
|
+----Throwable
|
+----Exception
|
+----java.awt.AWTException
- public class AWTException
- extends Exception
Signals that an Absract Window Toolkit exception has occurred.
- Version:
- 1.9 07/01/98
- Author:
- Arthur van Hoff
-
java.awt.AWTException(String)
- Constructs an instance of
AWTException with the
specified detail message.
AWTException
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.
- Parameters:
- msg - the detail message
- Since:
- JDK1.0
All Packages Class Hierarchy This Package Previous Next Index