| Package java.awt |
Previous |
Java API |
Index |
Next |
public class java.awt.AWTError
extends java.lang.Error
{
// Constructors
public AWTError(String msg);
}
Thrown when a serious Abstract Window Toolkit error has occurred.
public AWTError(String msg)Constructs an AWTException with the specified detail message.
Parameter Description msg the detail message
| © 1996 Sun Microsystems, Inc. All rights reserved. |