public class MissingInterfaceFieldError extends GraphQLException
GraphQLError.Helper| Modifier and Type | Field and Description |
|---|---|
protected static SourceLocation |
NO_WHERE |
| Constructor and Description |
|---|
MissingInterfaceFieldError(java.lang.String typeOfType,
ObjectTypeDefinition objectType,
InterfaceTypeDefinition interfaceTypeDef,
FieldDefinition interfaceFieldDef) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
static java.lang.String |
lineCol(Node node) |
java.lang.String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageprotected static final SourceLocation NO_WHERE
public MissingInterfaceFieldError(java.lang.String typeOfType,
ObjectTypeDefinition objectType,
InterfaceTypeDefinition interfaceTypeDef,
FieldDefinition interfaceFieldDef)
public static java.lang.String lineCol(Node node)
public java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorpublic ErrorType getErrorType()
getErrorType in interface GraphQLErrorpublic java.lang.String toString()
toString in class java.lang.Throwable