Android APIs
public class

CoderMalfunctionError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.nio.charset.CoderMalfunctionError

Class Overview

A CoderMalfunctionError is thrown when the encoder/decoder is malfunctioning.

Summary

Public Constructors
CoderMalfunctionError(Exception ex)
Constructs a new CoderMalfunctionError.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CoderMalfunctionError (Exception ex)

Added in API level 1

Constructs a new CoderMalfunctionError.

Parameters
ex the original exception thrown by the encoder/decoder.