Java AWT

Previous Chapter 19
java.awt Reference
Next
 

AWTException

Name

AWTException

[Graphic: Figure from the text]

Description

An AWTException; thrown to indicate an exceptional condition; must be caught or declared in a throws clause.

Class Definition


public class java.awt.AWTException

    extends java.lang.Exception {

  

  // Constructors

  public AWTException (String message);

}

Constructors

AWTException

public AWTException (String message)

Parameters

message

Detailed message.

See Also

Exception, String


Previous Home Next
AWTEventMulticaster (New) Book Index Adjustable (New)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java