java.awt
Class AWTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.awt.AWTException
All Implemented Interfaces:
Serializable

public class AWTException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
AWTException(String message)
          Create a new instance with the specified detailed error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWTException

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

Parameters:
message - the detailed error message