to top
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.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.