Android
java.nio.charset
public class

java.nio.charset.CoderMalfunctionError

java.lang.Object
java.lang.Throwable Serializable
java.lang.Error
java.nio.charset.CoderMalfunctionError

Errors thrown when the encoder/decoder is malfunctioning.

Summary

Public Constructors

            CoderMalfunctionError(Exception ex)
Constructs an instance of this error.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public CoderMalfunctionError(Exception ex)

Constructs an instance of this error.

Parameters

ex the original exception thrown by the encoder/decoder
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56