|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONErrorCode | |
|---|---|
| org.xerial.json | JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) |
| Uses of JSONErrorCode in org.xerial.json |
|---|
| Methods in org.xerial.json that return JSONErrorCode | |
|---|---|
JSONErrorCode |
JSONException.getErrorCode()
Gets the error code |
static JSONErrorCode |
JSONErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JSONErrorCode[] |
JSONErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.xerial.json with parameters of type JSONErrorCode | |
|---|---|
JSONException(JSONErrorCode errorCode)
|
|
JSONException(JSONErrorCode errorCode,
Object... message)
|
|
JSONException(JSONErrorCode errorCode,
String message)
|
|
JSONException(JSONErrorCode errorCode,
String message,
Throwable e)
|
|
JSONException(JSONErrorCode errorCode,
Throwable e)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
