java.nio.charset
Class CodingErrorAction
java.lang.Object
java.nio.charset.CodingErrorAction
public class CodingErrorAction
- extends Object
Method Summary |
String |
toString()
Returns the name of the CodingErrorAction. |
IGNORE
public static final CodingErrorAction IGNORE
REPLACE
public static final CodingErrorAction REPLACE
REPORT
public static final CodingErrorAction REPORT
toString
public String toString()
- Returns the name of the CodingErrorAction.
- Overrides:
toString
in class Object
- Returns:
- the String representing this Object, which may be null
- See Also:
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)