Packages  This Package  Prev  Next  Index  
	§1.45 Class AWTException
public  class  java.awt.AWTException
    extends  java.lang.Exception  (I-§1.30)
{
        // Constructors
    public AWTException(String  msg);	§1.45.1
}
Thrown when an Abstract Window Toolkit exception has occurred.
AWTException
public AWTException(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