|
Oracle® Database Globalization Development Kit Java API Reference 11g Release 2 (11.2) E10730-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.i18n.text.UTF8ValidationFilter.ValidationBehavior
public abstract static class UTF8ValidationFilter.ValidationBehavior
The ValidationBehavior class is the class used to determine the behavior in case the conversion fails.
| Field Summary | |
|---|---|
static UTF8ValidationFilter.ValidationBehavior |
REPLACEThe parameter indicating the UTF-8 validator replaces the invalid UTF-8 with the replacement character U+FFFD, or 0xef, 0xbf, 0xbd in UTF-8 encoding. |
static UTF8ValidationFilter.ValidationBehavior |
REPORTThe parameter indicating the UTF-8 validator reports the error if any invalid UTF-8 sequences are found. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final UTF8ValidationFilter.ValidationBehavior REPORT
The error is UTFDataFormatException.
public static final UTF8ValidationFilter.ValidationBehavior REPLACE
|
Oracle® Database Globalization Development Kit Java API Reference 11g Release 2 (11.2) E10730-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||