Packages  This Package  Prev  Next  Index  
	§1.46 Class AWTError
public  class  java.awt.AWTError
    extends  java.lang.Error  (I-§1.48)
{
        // Constructors
    public AWTError(String  msg);	§1.46.1
}
Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError
public AWTError(String  msg)
- Constructs an AWTException with the specified detail message.
- Parameters:
 msg
- the detail message
 
Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com