Added in API level 1
InvalidMarkException
open class InvalidMarkException : IllegalStateException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalStateException | ||||
| ↳ | java.nio.InvalidMarkException | ||||
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
Summary
Public constructors |
|
|---|---|
<init>()Constructs an instance of this class. |
|