CodingErrorAction
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
Fields
IGNORE
public static final CodingErrorAction IGNORE
Action indicating that a coding error is to be handled by dropping the erroneous input and resuming the codi