January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.IllegalStateException
This exception is identical to its J2SE counterpart. It is thrown when an illegal transition is requested, such as invoking a method at an illegal or inappropriate time.
public classIllegalStateExceptionextends java.lang.RuntimeException { // public constructors publicIllegalStateException(); publicIllegalStateException(String s); }
Read now
Unlock full access