FileDocCategorySizeDatePackage
IllegalComponentStateException.javaAPI DocAndroid 1.5 API1727Wed May 06 22:41:54 BST 2009java.awt

IllegalComponentStateException

public class IllegalComponentStateException extends IllegalStateException
The IllegalComponentStateException class is used to provide notification that AWT component is not in an appropriate state for the requested operation.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public IllegalComponentStateException(String s)
Instantiates a new IllegalComponentStateException with the specified message.

param
s the String message which describes the exception.


                                      
       
        super(s);
    
public IllegalComponentStateException()
Instantiates a new IllegalComponentStateException without detailed message.

    
Methods Summary