| Modifier and Type | Field and Description |
|---|---|
static CodingErrorAction |
IGNORE
Action indicating that a coding error is to be handled by dropping the erroneous input and resuming the coding operation.
|
static CodingErrorAction |
REPLACE
Action indicating that a coding error is to be handled by dropping the erroneous input, appending the coder's replacement value to the output buffer, and resuming the coding operation.
|
static CodingErrorAction |
REPORT
Action indicating that a coding error is to be reported, either by returning a
CoderResult object or by throwing a
CharacterCodingException, whichever is appropriate for the method implementing the coding process.
|
public static final CodingErrorActionIGNORE
public static final CodingErrorActionREPLACE
public static final CodingErrorActionREPORT
CoderResult object or by throwing a
CharacterCodingException, whichever is appropriate for the method implementing the coding process.