FileDocCategorySizeDatePackage
AWTException.javaAPI DocAndroid 1.5 API1433Wed May 06 22:41:54 BST 2009java.awt

AWTException

public class AWTException extends Exception
The AWTException class is used to provide notification and information about AWT errors.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public AWTException(String msg)
Instantiates a new AWT exception with the specified message.

param
msg the specific message for current exception.


                                      
       
        super(msg);
    
Methods Summary