java.awt
Class AWTError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.awt.AWTError
-
- All Implemented Interfaces:
- java.io.Serializable
public class AWTError extends java.lang.ErrorThrown when a serious Abstract Window Toolkit error has occurred.- See Also:
- Serialized Form
-
-
Constructors Constructor and Description AWTError Constructs an instance ofAWTError
with the specified detail message.
-