FileDocCategorySizeDatePackage
AWTException.javaAPI DocJava SE 5 API855Fri Aug 26 14:56:42 BST 2005java.awt

AWTException

public class AWTException extends Exception
Signals that an Absract Window Toolkit exception has occurred.
version
1.16 12/19/03
author
Arthur van Hoff

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AWTException(String msg)
Constructs an instance of AWTException with the specified detail message. A detail message is an instance of String that describes this particular exception.

param
msg the detail message
since
JDK1.0


                                                  
       
	super(msg);
    
Methods Summary