IllegalComponentStateException.IllegalComponentStateException
Class Overview | Class Members |
This Package |
All Packages
public IllegalComponentStateException()
Description
Constructs an IllegalComponentStateException with no detail message.
A detail message is a String that describes this particular exception.
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.