java.nio.charset
Class CodingErrorAction

java.lang.Object
  extended by java.nio.charset.CodingErrorAction

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IGNORE

public static final CodingErrorAction IGNORE

REPLACE

public static final CodingErrorAction REPLACE

REPORT

public static final CodingErrorAction REPORT
Method Detail

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)