IllegalStateExceptionNameIllegalStateExceptionSynopsis
DescriptionAn IllegalStateException is thrown to indicate that a method has been invoked when the run-time environment is in an inappropriate state for the requested operation. Class Summary
public class java.lang.IllegalStateException
extends java.lang.RuntimeException {
// Constructors
public IllegalStateException();
public IllegalStateException(String s);
}
ConstructorsIllegalStateExceptionpublic IllegalStateException()
public IllegalStateException(String s)
Inherited Methods
See AlsoException, Object, RuntimeException, Throwable |
|