public class InterfaceFieldArgumentNotOptionalError extends GraphQLException
| Modifier and Type | Field and Description |
|---|---|
protected static SourceLocation |
NO_WHERE |
| Constructor and Description |
|---|
InterfaceFieldArgumentNotOptionalError(java.lang.String typeOfType,
ObjectTypeDefinition objectTypeDef,
InterfaceTypeDefinition interfaceTypeDef,
FieldDefinition objectFieldDef,
java.lang.String objectArgStr) |
| 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 InterfaceFieldArgumentNotOptionalError(java.lang.String typeOfType,
ObjectTypeDefinition objectTypeDef,
InterfaceTypeDefinition interfaceTypeDef,
FieldDefinition objectFieldDef,
java.lang.String objectArgStr)
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