Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt

Class AWTException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.awt.AWTException


public class AWTException

extends Exception

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

Author:

Constructor Summary

AWTException(java.lang.String message)

Create a new instance with the specified detailed error message.

Constructor Details

AWTException

public AWTException(java.lang.String message)

Create a new instance with the specified detailed error message.

Parameters: