java.awt

Class AWTError

public class AWTError extends Error

This error is thrown when a critical Abstract Window Toolkit (AWT) error occurs.

UNKNOWN: updated to 1.4

Constructor Summary
AWTError(String message)
Create a new instance with the specified descriptive error message.

Constructor Detail

AWTError

public AWTError(String message)
Create a new instance with the specified descriptive error message.

Parameters: message the descriptive error message