public class GQLExecutionErrorDetails extends Object
| Constructor and Description |
|---|
GQLExecutionErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getType() |
Throwable |
getWrappedException() |
void |
setMessage(String message) |
void |
setType(String type) |
void |
setWrappedException(Throwable wrappedException) |
public String getMessage()
public void setMessage(String message)
message - the message to setpublic String getType()
public void setType(String type)
type - the type to setpublic Throwable getWrappedException()
public void setWrappedException(Throwable wrappedException)
wrappedException - the wrappedException to setCopyright © 2019. All rights reserved.