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 decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected exception.
Summary
| Public constructors | |
|---|---|
            CoderMalfunctionError(cause: Exception!)Initializes an instance of this class.  | 
        |
Public constructors
CoderMalfunctionError
Added in API level 1
      CoderMalfunctionError(cause: Exception!)
Initializes an instance of this class.
| Parameters | |
|---|---|
cause | 
            Exception!: The unexpected exception that was thrown |