public class GraphQLExceptionWhileDataFetching
extends graphql.ExceptionWhileDataFetching
| Constructor and Description |
|---|
GraphQLExceptionWhileDataFetching(graphql.execution.ResultPath path,
Throwable exception,
graphql.language.SourceLocation sourceLocation) |
GraphQLExceptionWhileDataFetching(String message,
graphql.execution.ResultPath path,
Throwable exception,
graphql.language.SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
int |
hashCode() |
getErrorType, getException, getExtensions, getLocations, getPath, toStringpublic GraphQLExceptionWhileDataFetching(graphql.execution.ResultPath path,
Throwable exception,
graphql.language.SourceLocation sourceLocation)
public String getMessage()
getMessage in interface graphql.GraphQLErrorgetMessage in class graphql.ExceptionWhileDataFetchingpublic boolean equals(Object o)
equals in class graphql.ExceptionWhileDataFetchingpublic int hashCode()
hashCode in class graphql.ExceptionWhileDataFetchingCopyright © 2018–2021. All rights reserved.