Package java.nio.charset
Class CharacterCodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.charset.CharacterCodingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MalformedInputException,UnmappableCharacterException
public class CharacterCodingException extends IOException
A
CharacterCodingException is thrown when an encoding or decoding
error occurs.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CharacterCodingException()Constructs a newCharacterCodingException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CharacterCodingException
public CharacterCodingException()Constructs a newCharacterCodingException.
-