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