java.awt

Class AWTException

public class AWTException extends Exception

This is a generic exception that indicates an exception occurred in the Abstract Window Toolkit (AWT) system.

UNKNOWN: updated to 1.4

Constructor Summary
AWTException(String message)
Create a new instance with the specified detailed error message.

Constructor Detail

AWTException

public AWTException(String message)
Create a new instance with the specified detailed error message.

Parameters: message the detailed error message