Class StreamClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
cool.scx.io.io_stream.StreamClosedException
- All Implemented Interfaces:
Serializable
表示一个流已经被关闭了 本质上是状态异常
- Version:
- 0.0.1
- Author:
- scx567888
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamClosedException
public StreamClosedException()
-