IllegalComponentStateException.IllegalComponentStateException

IllegalComponentStateException.IllegalComponentStateException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public IllegalComponentStateException()
Description
Constructs an IllegalComponentStateException with no detail message. A detail message is a String that describes this particular exception.



Syntax 2
public IllegalComponentStateException( String s )
Parameters
s
the String that contains a detailed message
Description
Constructs an IllegalComponentStateException with the specified detail message. A detail message is a String that describes this particular exception.