java.lang.IllegalStateException (JDK 1.1)
An exception of this type signals that a method has been invoked on an object that is not in an appropriate state to be able to perform the requested operation.
public classIllegalStateExceptionextends RuntimeException { //Public ConstructorspublicIllegalStateException(); publicIllegalStateException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException->IllegalStateException
Extended By:
IllegalComponentStateException