java.lang
public class: IllegalStateException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OverlappingFileLockException, FormatterClosedException, NotYetConnectedException, NoConnectionPendingException, ClosedSelectorException, InvalidDnDOperationException, NonReadableChannelException, IllegalBlockingModeException, IllegalComponentStateException, NonWritableChannelException, CancelledKeyException, CancellationException, NotYetBoundException, InvalidMarkException, ConnectionPendingException, AlreadyConnectedException
Signals that a method has been invoked at an illegal or
inappropriate time. In other words, the Java environment or
Java application is not in an appropriate state for the requested
operation.
- author:
Jonni - Kanerva
- since:
JDK1.1 -
| Field Summary |
|---|
| static final long | serialVersionUID | |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |