IllegalStateException.IllegalStateException
Class Overview | Class Members |
This Package |
All Packages
public IllegalStateException()
Description
Constructs an IllegalStateException with no detail message.
A detail message is a String that describes this particular exception.
public IllegalStateException( String s )
Parameters
- s
- the String that contains a detailed message
Description
Constructs an IllegalStateException with the specified detail
message. A detail message is a String that describes this particular
exception.