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.