Most visited

Recently visited

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
Known Direct Subclasses


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

Summary

Public constructors

CharacterCodingException()

Constructs an instance of this class.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

CharacterCodingException

Added in API level 1
CharacterCodingException ()

Constructs an instance of this class.

Hooray!