モジュール java.base
パッケージ java.lang

クラスIllegalStateException

java.lang.Object
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
AcceptPendingException, AlreadyBoundException, AlreadyConnectedException, CancellationException, CancelledKeyException, ClosedDirectoryStreamException, ClosedFileSystemException, ClosedSelectorException, ClosedWatchServiceException, ConnectionPendingException, FormatterClosedException, IllegalBlockingModeException, IllegalComponentStateException, IllegalReceiveException, IllegalUnbindException, InvalidDnDOperationException, InvalidMarkException, NoConnectionPendingException, NonReadableChannelException, NonWritableChannelException, NotYetBoundException, NotYetConnectedException, OverlappingFileLockException, ReadPendingException, ShutdownChannelGroupException, WritePendingException

public class IllegalStateException extends RuntimeException
不正または不適切なときにメソッドが呼び出されたことを示します。 すなわち、Java環境またはJavaアプリケーションは、要求されたオペレーションに適した状態ではありません。
導入されたバージョン:
1.1
関連項目: