IllegalStateExceptionpublic class IllegalStateException extends ControlException
(Omit source code)
Constructors Summary |
---|
public IllegalStateException()Creates new IllegalStateException without detail message.
super();
| public IllegalStateException(String msg)Constructs an IllegalStateException with the specified
detail message.
super(msg);
|
|