public class GraphQLClientException extends RuntimeException
| Constructor and Description |
|---|
GraphQLClientException(String message) |
GraphQLClientException(String message,
List<GraphQLClientError> errors) |
GraphQLClientException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphQLClientError> |
getErrors() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GraphQLClientException(String message)
public GraphQLClientException(String message, List<GraphQLClientError> errors)
public List<GraphQLClientError> getErrors()
Copyright © 2018–2021. All rights reserved.