Fields Summary |
---|
public static final CodingErrorAction | IGNOREDenotes the action to ignore any errors. |
public static final CodingErrorAction | REPLACEDenotes the action to fill in the output with a replacement character
when malformed input or an unmappable character is encountered. |
public static final CodingErrorAction | REPORTDenotes the action to report the encountered error in an appropriate
manner, for example to throw an exception or return an informative
result. |
private String | action |