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