Module java.base

Class CharacterCodingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedInputException, UnmappableCharacterException

public class CharacterCodingException
extends IOException
Checked exception thrown when a character encoding or decoding error occurs.
Since:
1.4
See Also:
Serialized Form
  • Constructor Details

    • CharacterCodingException

      public CharacterCodingException()
      Constructs an instance of this class.