public class MissingTypeError extends GraphQLException
Modifier and Type | Field and Description |
---|---|
protected static SourceLocation |
NO_WHERE |
Constructor and Description |
---|
MissingTypeError(String typeOfType,
Node node,
String name,
TypeName typeName) |
MissingTypeError(String typeOfType,
TypeDefinition typeDefinition,
TypeName typeName) |
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 MissingTypeError(String typeOfType, TypeDefinition typeDefinition, TypeName typeName)
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.