java.awt
Class AWTException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.awt.AWTException
-
- All Implemented Interfaces:
- java.io.Serializable
public class AWTException extends java.lang.ExceptionSignals that an Absract Window Toolkit exception has occurred.- See Also:
- Serialized Form
-
-
Constructors Constructor and Description AWTException Constructs an instance ofAWTException
with the specified detail message.
-