Module java.base

Class CodingErrorAction

java.lang.Object
java.nio.charset.CodingErrorAction

public class CodingErrorAction extends Object
A typesafe enumeration for coding-error actions.

Instances of this class are used to specify how malformed-input and unmappable-character errors are to be handled by charset decoders and encoders.

Since:
1.4