25.26 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 class IllegalStateException extends RuntimeException {
// Public Constructors
public IllegalStateException();
public IllegalStateException(String s);
}
Hierarchy:Object->Throwable(Serializable)->Exception->RuntimeException->IllegalStateException Extended By:IllegalComponentStateException |
|