public class JsonOperationException extends WebException
JsonOperationException class.
| Constructor and Description |
|---|
JsonOperationException(com.google.gson.JsonObject jsonObject)
Constructor for JsonOperationException.
|
JsonOperationException(com.google.gson.JsonObject jsonObject,
String message)
Constructor for JsonOperationException.
|
JsonOperationException(com.google.gson.JsonObject jsonObject,
String message,
Throwable cause)
Constructor for JsonOperationException.
|
JsonOperationException(com.google.gson.JsonObject jsonObject,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for JsonOperationException.
|
JsonOperationException(com.google.gson.JsonObject jsonObject,
Throwable cause)
Constructor for JsonOperationException.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getJsonObject()
Getter for the field
jsonObject. |
void |
setJsonObject(com.google.gson.JsonObject jsonObject)
Setter for the field
jsonObject. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonOperationException(com.google.gson.JsonObject jsonObject)
Constructor for JsonOperationException.
jsonObject - a JsonObject objectpublic JsonOperationException(com.google.gson.JsonObject jsonObject,
String message)
Constructor for JsonOperationException.
jsonObject - a JsonObject objectmessage - a String objectpublic JsonOperationException(com.google.gson.JsonObject jsonObject,
String message,
Throwable cause)
Constructor for JsonOperationException.
public JsonOperationException(com.google.gson.JsonObject jsonObject,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for JsonOperationException.
Copyright © 2016–2024. All rights reserved.