Java AWT


java.awt Reference

Contents:
AWTEvent
AWTEventMulticaster
AWTException
Adjustable
BorderLayout
Button
Canvas
CardLayout
Checkbox
CheckboxGroup
CheckboxMenuItem
Choice
Color
Component
Container
Cursor
Dialog
Dimension
Event
EventQueue
FileDialog
FlowLayout
Font
FontMetrics
Frame
Graphics
GridBagConstraints
GridBagLayout
GridLayout
IllegalComponentStateException
Image
Insets
ItemSelectable
Label
LayoutManager
LayoutManager2
List
MediaTracker
Menu
MenuBar
MenuComponent
MenuContainer
MenuItem
MenuShortcut
Panel
Point
Polygon
PopupMenu
PrintGraphics
PrintJob
Rectangle
ScrollPane
Scrollbar
Shape
SystemColor
TextArea
TextComponent
TextField
Toolkit
Window

AWTError

Name

AWTError

[Graphic: Figure from the text]

Description

An AWTError; thrown to indicate a serious runtime error.

Class Definition

public class java.awt.AWTError extends java.lang.Error {
 // Constructors public AWTError (String message);
}

Constructors

AWTError

public AWTError (String message)

See Also

Error, String