public class JsonElementNotFoundException extends JsonOperationException
JsonElementNotFoundException class.
Constructor and Description |
---|
JsonElementNotFoundException(com.google.gson.JsonObject jsonObject)
Constructor for JsonElementNotFoundException.
|
JsonElementNotFoundException(com.google.gson.JsonObject jsonObject,
String message)
Constructor for JsonElementNotFoundException.
|
JsonElementNotFoundException(com.google.gson.JsonObject jsonObject,
String message,
Throwable cause)
Constructor for JsonElementNotFoundException.
|
JsonElementNotFoundException(com.google.gson.JsonObject jsonObject,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for JsonElementNotFoundException.
|
JsonElementNotFoundException(com.google.gson.JsonObject jsonObject,
Throwable cause)
Constructor for JsonElementNotFoundException.
|
getJsonObject, setJsonObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonElementNotFoundException(com.google.gson.JsonObject jsonObject)
Constructor for JsonElementNotFoundException.
jsonObject
- a JsonObject
objectpublic JsonElementNotFoundException(com.google.gson.JsonObject jsonObject, Throwable cause)
Constructor for JsonElementNotFoundException.
jsonObject
- a JsonObject
objectcause
- a Throwable
objectpublic JsonElementNotFoundException(com.google.gson.JsonObject jsonObject, String message)
Constructor for JsonElementNotFoundException.
jsonObject
- a JsonObject
objectmessage
- a String
objectpublic JsonElementNotFoundException(com.google.gson.JsonObject jsonObject, String message, Throwable cause)
Constructor for JsonElementNotFoundException.
Copyright © 2016–2024. All rights reserved.