Constructor and Description |
---|
GenericSaltError(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<GenericSaltError,? extends T> generic) |
com.google.gson.JsonElement |
getJson() |
Throwable |
getThrowable() |
int |
hashCode() |
String |
toString() |
public GenericSaltError(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<GenericSaltError,? extends T> generic)
Copyright © 2016. All rights reserved.