Java AWT

Previous Chapter 19 Next
 

19. java.awt Reference

Contents:
AWTEvent (New)
AWTEventMulticaster (New)
AWTException
Adjustable (New)
BorderLayout
Button
Canvas
CardLayout
Checkbox
CheckboxGroup
CheckboxMenuItem
Choice
Color
Component
Container
Cursor (New)
Dialog
Dimension
Event
EventQueue (New)
FileDialog
FlowLayout
Font
FontMetrics
Frame
Graphics
GridBagConstraints
GridBagLayout
GridLayout
IllegalComponentStateException (New)
Image
Insets
ItemSelectable (New)
Label
LayoutManager
LayoutManager2 (New)
List
MediaTracker
Menu
MenuBar
MenuComponent
MenuContainer
MenuItem
MenuShortcut (New)
Panel
Point
Polygon
PopupMenu (New)
PrintGraphics (New)
PrintJob (New)
Rectangle
ScrollPane (New)
Scrollbar
Shape (New)
SystemColor (New)
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)

Parameters

message

Detail message

See Also

Error, String


Previous Home Next
Window Book Index AWTEvent (New)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java
This HTML Help has been published using the chm2web software.