IllegalComponentStateExceptionNameIllegalComponentStateException
DescriptionAn Exception indicating that a Component was not in an appropriate state to perform a requested action. Class Definition
public class java.awt.IllegalComponentStateException extends java.lang.IllegalStateException { // Constructors public IllegalComponentStateException(); public IllegalComponentStateException (String s); } ConstructorsIllegalComponentStateExceptionpublic IllegalComponentStateException()
public IllegalComponentStateException (String s)
See AlsoException, String |
|