public abstract class AbstractGraphQLError
extends java.lang.Object
implements graphql.GraphQLError
| Constructor and Description |
|---|
AbstractGraphQLError(java.lang.String message,
graphql.ErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
graphql.ErrorType |
getErrorType() |
java.util.List<graphql.language.SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |
int |
hashCode() |
public AbstractGraphQLError(@Nonnull
java.lang.String message,
@Nonnull
graphql.ErrorType errorType)
@Nonnull public java.lang.String getMessage()
getMessage in interface graphql.GraphQLError@Nullable public java.util.List<graphql.language.SourceLocation> getLocations()
getLocations in interface graphql.GraphQLError@Nonnull public graphql.ErrorType getErrorType()
getErrorType in interface graphql.GraphQLErrorpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object