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:
ConnectionPendingException, FormatterClosedException, NoConnectionPendingException, ClosedWatchServiceException, NonReadableChannelException, NotYetBoundException, AlreadyConnectedException, CancellationException, ClosedFileSystemException, IllegalComponentStateException, CancelledKeyException, ClosedSelectorException, IllegalBlockingModeException, InvalidMarkException, NonWritableChannelException, InvalidDnDOperationException, ClosedDirectoryStreamException, OverlappingFileLockException, NotYetConnectedException
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: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |