java.awt
Class AWTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AWTException
public AWTException(String message)
- Create a new instance with the specified detailed error message.
- Parameters:
message
- the detailed error message