java.nio.charset
public class CodingErrorAction extends Object
| Field Summary | |
|---|---|
| static CodingErrorAction | IGNORE |
| static CodingErrorAction | REPLACE |
| static CodingErrorAction | REPORT |
| Method Summary | |
|---|---|
| String | toString()
Returns the name of the CodingErrorAction. |