public class NonUniqueNameError extends GraphQLException
| Modifier and Type | Field and Description |
|---|---|
protected static SourceLocation |
NO_WHERE |
| Constructor and Description |
|---|
NonUniqueNameError(TypeDefinition typeDefinition,
EnumValueDefinition enumValueDefinition) |
NonUniqueNameError(TypeDefinition typeDefinition,
FieldDefinition fieldDefinition) |
NonUniqueNameError(TypeDefinition typeDefinition,
InputValueDefinition inputValueDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
int |
hashCode() |
static java.lang.String |
lineCol(Node node) |
java.lang.String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExtensions, getMessage, getPath, toSpecificationprotected static final SourceLocation NO_WHERE
public NonUniqueNameError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition)
public NonUniqueNameError(TypeDefinition typeDefinition, InputValueDefinition inputValueDefinition)
public NonUniqueNameError(TypeDefinition typeDefinition, EnumValueDefinition enumValueDefinition)
public static java.lang.String lineCol(Node node)
public java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorSourceLocation
describes the beginning of an associated syntax elementpublic ErrorType getErrorType()
getErrorType in interface GraphQLErrorpublic java.lang.String toString()
toString in class java.lang.Throwablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object