Constructor and Description |
---|
JsonParsingError(com.google.gson.JsonElement json,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
<T> T |
fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
com.google.gson.JsonElement |
getJson() |
Throwable |
getThrowable() |
int |
hashCode() |
String |
toString() |
public JsonParsingError(com.google.gson.JsonElement json, Throwable throwable)
public com.google.gson.JsonElement getJson()
public Throwable getThrowable()
public <T> T fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
Copyright © 2017. All rights reserved.