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 CodingErrorAction IGNORE
public static final CodingErrorAction REPLACE
public static final CodingErrorAction REPORT
CoderResult
object or by throwing a CharacterCodingException
, whichever is appropriate for the method
implementing the coding process. Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.