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

AWTError

public class AWTError extends Error
Thrown when a serious Abstract Window Toolkit error has occurred.
version
1.15 12/19/03
author
Arthur van Hoff

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AWTError(String msg)
Constructs an instance of AWTError with the specified detail message.

param
msg the detail message.
since
JDK1.0


                                  
       
	super(msg);
    
Methods Summary