ClosedInputStreamException

You are trying to read from a closed input stream with a method, that has mandatory result by design (non-optional, non-nullable). The stream has no data for you, but you read from it. This is almost certainly a bug, but, sometimes, this could be used for the recoverable behaviour. <b>Note, the class is not derived from InterruptedStreamException.</b>

class ClosedInputStreamException : Exception {}

Members

Mixins

__anonymous
mixin basicExceptionCtors
Undocumented in source.

Meta