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)

See Also

Exception, String