public class UndefinedCodePointException extends JSONException
JSONConfig.getUndefinedCodePointPolicy() is
JSONConfig.EXCEPTION.| Modifier and Type | Method and Description |
|---|---|
int |
getCodePoint()
Get the code point that caused this exception.
|
int |
getPosition()
Get the position within the string of the code point that caused this exception.
|
String |
getStrValue()
Get the string value that contained this undefined code point.
|
getClassName, getLocalizedMessage, getMessage, setLocaleaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getStrValue()
public int getPosition()
public int getCodePoint()
Copyright © 2016. All rights reserved.