Added in API level 1

CharacterCodingException

public class CharacterCodingException
extends IOException

java.lang.Object
   โ†ณ java.lang.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.io.IOException
         โ†ณ java.nio.charset.CharacterCodingException


Checked exception thrown when a character encoding or decoding error occurs.

Summary

Public constructors

CharacterCodingException()

Constructs an instance of this class.

Inherited methods

Public constructors

CharacterCodingException

Added in API level 1
public CharacterCodingException ()

Constructs an instance of this class.