public class InterfaceFieldRedefinitionError extends GraphQLException
Modifier and Type | Field and Description |
---|---|
protected static SourceLocation |
NO_WHERE |
Constructor and Description |
---|
InterfaceFieldRedefinitionError(String typeOfType,
ObjectTypeDefinition objectType,
InterfaceTypeDefinition interfaceTypeDef,
FieldDefinition objectFieldDef,
String objectFieldType,
String interfaceFieldType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ErrorType |
getErrorType() |
List<SourceLocation> |
getLocations() |
int |
hashCode() |
static String |
lineCol(Node node) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExtensions, getMessage, getPath, toSpecification
protected static final SourceLocation NO_WHERE
public InterfaceFieldRedefinitionError(String typeOfType, ObjectTypeDefinition objectType, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, String objectFieldType, String interfaceFieldType)
public List<SourceLocation> getLocations()
getLocations
in interface GraphQLError
SourceLocation
describes the beginning of an associated syntax elementpublic ErrorType getErrorType()
getErrorType
in interface GraphQLError
Copyright © 2019. All rights reserved.