Added in API level 1
CoderMalfunctionError
open class CoderMalfunctionError : Error
| kotlin.Any | |||
| ↳ | kotlin.Throwable | ||
| ↳ | java.lang.Error | ||
| ↳ | java.nio.charset.CoderMalfunctionError | ||
Error thrown when the CharsetDecoder#decodeLoop method of a CharsetDecoder, or the CharsetEncoder#encodeLoop method of a CharsetEncoder, throws an unexpected exception.
Summary
Public constructors |
|
|---|---|
|
Initializes an instance of this class. |
|
Public constructors
<init>
Added in API level 1
CoderMalfunctionError(cause: Exception!)
Initializes an instance of this class.
| Parameters | |
|---|---|
cause |
Exception!: The unexpected exception that was thrown |