CharacterCodingExceptionpublic class CharacterCodingException extends IOException A {@code CharacterCodingException} is thrown when an encoding or decoding
error occurs. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public CharacterCodingException()Constructs a new {@code CharacterCodingException}.
super();
|
|