public class JsonReadException extends Exception
| Modifier and Type | Field and Description |
|---|---|
String |
jsonStr |
static long |
serialVersionUID |
| Constructor and Description |
|---|
JsonReadException(String jsonStr,
Throwable cause) |
JsonReadException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonStr() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public String jsonStr
public JsonReadException(Throwable cause)
public String getJsonStr()
Copyright © 2018 YiFangYun. All rights reserved.